| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | rulebasedbreakiterator_methods.cpp | 219 RETURN_STRINGL(ret_rules, rules_len, 0);
|
| /PHP_TRUNK/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 440 RETURN_STRINGL(((char *)sub_str), sub_str_len, 1); 530 RETURN_STRINGL(((char *)sub_str), sub_str_len, 0); 591 RETURN_STRINGL(((char *)sub_str), sub_str_len, 0); 637 RETURN_STRINGL(((char *)haystack) , found_offset, 1); 639 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1); 658 RETURN_STRINGL(((char *)haystack), ret_pos, 1); 661 RETURN_STRINGL(((char *)haystack) + ret_pos, haystack_len - ret_pos, 1); 882 RETURN_STRINGL(((char *)pstr), nsize, 1); 926 RETURN_STRINGL(((char *)pstr), ret_pos, 1);
|
| /PHP_TRUNK/ext/intl/idn/ |
| H A D | idn.c | 259 RETURN_STRINGL(((char *)converted_utf8), converted_utf8_len, 0);
|
| /PHP_TRUNK/ext/intl/msgformat/ |
| H A D | msgformat_attr.c | 50 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len, 1);
|
| /PHP_TRUNK/ext/intl/timezone/ |
| H A D | timezone_methods.cpp | 358 RETURN_STRINGL(outbuf, region_len, 1); 434 RETURN_STRINGL(id, id_len, 0);
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_priv.h | 109 RETURN_STRINGL(ret, l, 0); \
|
| /PHP_TRUNK/ext/shmop/ |
| H A D | shmop.c | 271 RETURN_STRINGL(return_string, bytes, 0);
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | sxe.c | 105 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name), 1);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | md5.c | 65 RETURN_STRINGL(digest, 16, 1); 112 RETURN_STRINGL(digest, 16, 1);
|
| H A D | sha1.c | 53 RETURN_STRINGL(digest, 20, 1); 102 RETURN_STRINGL(digest, 20, 1);
|
| H A D | soundex.c | 104 RETURN_STRINGL(soundex, _small, 1);
|
| H A D | url.c | 545 RETURN_STRINGL(out_str, out_str_len, 0); 564 RETURN_STRINGL(out_str, out_str_len, 0); 646 RETURN_STRINGL(out_str, out_str_len, 0); 665 RETURN_STRINGL(out_str, out_str_len, 0);
|
| H A D | http.c | 240 RETURN_STRINGL(formstr.c, formstr.len, 0);
|
| H A D | string.c | 259 RETURN_STRINGL(result, newlen, 0); 286 RETURN_STRINGL(result, newlen, 0); 925 RETURN_STRINGL(newtext, textlen, 0); 1008 RETURN_STRINGL(newtext, newtextlen, 0); 1205 RETURN_STRINGL(implstr.c, implstr.len, 0); 1374 RETURN_STRINGL(arg, arglen, 0); 1408 RETURN_STRINGL(str, arglen, 0); 1498 RETURN_STRINGL(ret, (int)ret_len, 0); 1526 RETURN_STRINGL(ret, ret_len, 0); 1785 RETURN_STRINGL(haystac [all...] |
| H A D | quot_print.c | 278 RETURN_STRINGL(new_str, new_str_len, 0);
|
| H A D | uuencode.c | 201 RETURN_STRINGL(dst, dst_len, 0); 222 RETURN_STRINGL(dst, dst_len, 0);
|
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib.c | 523 RETURN_STRINGL("gzip", sizeof("gzip") - 1, 1); 525 RETURN_STRINGL("deflate", sizeof("deflate") - 1, 1); 664 RETURN_STRINGL(out_buf, out_len, 0); \ 684 RETURN_STRINGL(out_buf, out_len, 0); \
|
| /PHP_TRUNK/ext/curl/ |
| H A D | multi.c | 249 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_process_title.c | 69 RETURN_STRINGL(title, length, 1);
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.c | 873 RETURN_STRINGL(path, path_len, 1); 891 RETURN_STRINGL(intern->file_name + path_len + 1, intern->file_name_len - (path_len + 1), 1); 893 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); 1009 RETURN_STRINGL(fname, flen, 0); 1028 RETURN_STRINGL(fname, flen, 0); 1045 RETURN_STRINGL(path, path_len, 1); 1066 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); 1083 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); 1519 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); 1554 RETURN_STRINGL(inter [all...] |
| /PHP_TRUNK/ext/reflection/ |
| H A D | php_reflection.c | 1668 RETURN_STRINGL(str.string, str.len - 1, 0); 1866 RETURN_STRINGL(fptr->op_array.doc_comment, fptr->op_array.doc_comment_len, 1); 2327 RETURN_STRINGL(str.string, str.len - 1, 0); 2650 RETURN_STRINGL(Z_STRVAL_P(precv->op2.zv), Z_STRLEN_P(precv->op2.zv), 1); 2777 RETURN_STRINGL(str.string, str.len - 1, 0); 3138 RETURN_STRINGL(Z_STRVAL_PP(name), backslash - Z_STRVAL_PP(name), 1); 3161 RETURN_STRINGL(backslash + 1, Z_STRLEN_PP(name) - (backslash - Z_STRVAL_PP(name) + 1), 1); 3519 RETURN_STRINGL(str.string, str.len - 1, 0); 3630 RETURN_STRINGL(ce->info.user.doc_comment, ce->info.user.doc_comment_len, 1); 4715 RETURN_STRINGL(Z_STRVAL_P [all...] |
| /PHP_TRUNK/ext/dba/ |
| H A D | dba.c | 1021 RETURN_STRINGL(val, len, 0); 1076 RETURN_STRINGL(fkey, len, 0); 1100 RETURN_STRINGL(nkey, len, 0);
|
| /PHP_TRUNK/ext/skeleton/ |
| H A D | skeleton.c | 148 RETURN_STRINGL(strg, len, 0);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_builtin_functions.c | 352 RETURN_STRINGL(ZEND_VERSION, sizeof(ZEND_VERSION)-1, 1); 761 RETURN_STRINGL(EG(scope)->name, EG(scope)->name_length, 1); 770 RETURN_STRINGL(name, name_len, dup); 784 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); 809 RETURN_STRINGL(ce->parent->name, ce->parent->name_length, 1); 818 RETURN_STRINGL(name, name_length, 0); 831 RETURN_STRINGL(ce->parent->name, ce->parent->name_length, 1); 1848 RETURN_STRINGL(function_name, function_name_length, 0);
|
| /PHP_TRUNK/ext/hash/ |
| H A D | hash.c | 176 RETURN_STRINGL(digest, ops->digest_size, 0); 183 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 300 RETURN_STRINGL(digest, ops->digest_size, 0); 307 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 539 RETURN_STRINGL(digest, digest_len, 0); 546 RETURN_STRINGL(hex_digest, 2 * digest_len, 0); 728 RETURN_STRINGL(returnval, length, 0);
|