| /PHP_5_4/ext/intl/collator/ |
| H A D | collator_sort.c | 610 RETURN_STRINGL((char *)key, key_len - 1, 0);
|
| /PHP_5_4/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_5_4/ext/intl/idn/ |
| H A D | idn.c | 259 RETURN_STRINGL(((char *)converted_utf8), converted_utf8_len, 0);
|
| /PHP_5_4/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_5_4/ext/curl/ |
| H A D | multi.c | 254 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1);
|
| /PHP_5_4/ext/dba/ |
| H A D | dba.c | 1022 RETURN_STRINGL(val, len, 0); 1077 RETURN_STRINGL(fkey, len, 0); 1101 RETURN_STRINGL(nkey, len, 0);
|
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 175 RETURN_STRINGL(digest, ops->digest_size, 0); 182 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 287 RETURN_STRINGL(digest, ops->digest_size, 0); 294 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 526 RETURN_STRINGL(digest, digest_len, 0); 533 RETURN_STRINGL(hex_digest, 2 * digest_len, 0);
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_priv.h | 110 RETURN_STRINGL(ret, l, 0); \
|
| /PHP_5_4/ext/shmop/ |
| H A D | shmop.c | 271 RETURN_STRINGL(return_string, bytes, 0);
|
| /PHP_5_4/ext/simplexml/ |
| H A D | sxe.c | 105 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name), 1);
|
| /PHP_5_4/ext/standard/ |
| H A D | http.c | 241 RETURN_STRINGL(formstr.c, formstr.len, 0);
|
| H A D | info.c | 1237 RETURN_STRINGL(PHP_LOGO_GUID, sizeof(PHP_LOGO_GUID)-1, 1); 1249 RETURN_STRINGL(PHP_EGG_LOGO_GUID, sizeof(PHP_EGG_LOGO_GUID)-1, 1); 1261 RETURN_STRINGL(ZEND_LOGO_GUID, sizeof(ZEND_LOGO_GUID)-1, 1);
|
| H A D | md5.c | 65 RETURN_STRINGL(digest, 16, 1); 112 RETURN_STRINGL(digest, 16, 1);
|
| H A D | quot_print.c | 278 RETURN_STRINGL(new_str, new_str_len, 0);
|
| 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 | uuencode.c | 201 RETURN_STRINGL(dst, dst_len, 0); 222 RETURN_STRINGL(dst, dst_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 | streamsfuncs.c | 319 RETURN_STRINGL(name, name_len, 0); 394 RETURN_STRINGL(read_buf, recvd, 0); 1337 RETURN_STRINGL(buf, buf_size, 0);
|
| /PHP_5_4/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_5_4/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_5_4/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); 1863 RETURN_STRINGL(function_name, function_name_length, 0);
|
| /PHP_5_4/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); 3130 RETURN_STRINGL(Z_STRVAL_PP(name), backslash - Z_STRVAL_PP(name), 1); 3153 RETURN_STRINGL(backslash + 1, Z_STRLEN_PP(name) - (backslash - Z_STRVAL_PP(name) + 1), 1); 3511 RETURN_STRINGL(str.string, str.len - 1, 0); 3622 RETURN_STRINGL(ce->info.user.doc_comment, ce->info.user.doc_comment_len, 1); 4693 RETURN_STRINGL(Z_STRVAL_P [all...] |
| /PHP_5_4/ext/skeleton/ |
| H A D | skeleton.c | 148 RETURN_STRINGL(strg, len, 0);
|