Home
last modified time | relevance | path

Searched refs:RETURN_STRINGL (Results 1 – 25 of 68) sorted by relevance

123

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c443 RETURN_STRINGL(((char *)sub_str), sub_str_len, 1); in PHP_FUNCTION()
533 RETURN_STRINGL(((char *)sub_str), sub_str_len, 0); in PHP_FUNCTION()
609 RETURN_STRINGL(((char *)sub_str), sub_str_len, 0); in PHP_FUNCTION()
655 RETURN_STRINGL(((char *)haystack) , found_offset, 1); in strstr_common_handler()
657 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1); in strstr_common_handler()
676 RETURN_STRINGL(((char *)haystack), ret_pos, 1); in strstr_common_handler()
679 RETURN_STRINGL(((char *)haystack) + ret_pos, haystack_len - ret_pos, 1); in strstr_common_handler()
900 RETURN_STRINGL(((char *)pstr), nsize, 1); in PHP_FUNCTION()
944 RETURN_STRINGL(((char *)pstr), ret_pos, 1); in PHP_FUNCTION()
/PHP-5.5/sapi/cli/
H A Dphp_cli_process_title.c69 RETURN_STRINGL(title, length, 1); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dsoundex.c104 RETURN_STRINGL(soundex, _small, 1); in PHP_FUNCTION()
H A Duuencode.c204 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION()
225 RETURN_STRINGL(dst, dst_len, 0); in PHP_FUNCTION()
H A Dstring.c272 RETURN_STRINGL(result, newlen, 0); in PHP_FUNCTION()
300 RETURN_STRINGL(result, newlen, 0); in PHP_FUNCTION()
1388 RETURN_STRINGL(arg, arglen, 0); in PHP_FUNCTION()
1422 RETURN_STRINGL(str, arglen, 0); in PHP_FUNCTION()
1553 RETURN_STRINGL(ret, ret_len, 0);
2307 RETURN_STRINGL(str + f, l, 1);
2697 RETURN_STRINGL(temp, 1, 1);
3132 RETURN_STRINGL(str, slen, 1);
3359 RETURN_STRINGL(str, str_len, 1);
4302 RETURN_STRINGL(str, str_len, 1);
[all …]
H A Durl.c544 RETURN_STRINGL(out_str, out_str_len, 0); in PHP_FUNCTION()
563 RETURN_STRINGL(out_str, out_str_len, 0); in PHP_FUNCTION()
649 RETURN_STRINGL(out_str, out_str_len, 0);
668 RETURN_STRINGL(out_str, out_str_len, 0);
H A Dquot_print.c278 RETURN_STRINGL(new_str, new_str_len, 0); in PHP_FUNCTION()
H A Dhttp.c240 RETURN_STRINGL(formstr.c, formstr.len, 0); in PHP_FUNCTION()
H A Dmd5.c65 RETURN_STRINGL(digest, 16, 1); in PHP_NAMED_FUNCTION()
112 RETURN_STRINGL(digest, 16, 1); in PHP_NAMED_FUNCTION()
H A Dsha1.c53 RETURN_STRINGL(digest, 20, 1); in PHP_FUNCTION()
102 RETURN_STRINGL(digest, 20, 1); in PHP_FUNCTION()
/PHP-5.5/ext/skeleton/
H A Dskeleton.c148 RETURN_STRINGL(strg, len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_attr.c50 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len, 1); in PHP_FUNCTION()
/PHP-5.5/ext/hash/
H A Dhash.c177 RETURN_STRINGL(digest, ops->digest_size, 0); in php_hash_do_hash()
184 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); in php_hash_do_hash()
305 RETURN_STRINGL(digest, ops->digest_size, 0); in php_hash_do_hash_hmac()
312 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); in php_hash_do_hash_hmac()
544 RETURN_STRINGL(digest, digest_len, 0); in PHP_FUNCTION()
551 RETURN_STRINGL(hex_digest, 2 * digest_len, 0); in PHP_FUNCTION()
732 RETURN_STRINGL(returnval, length, 0); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h109 RETURN_STRINGL(ret, l, 0); \
/PHP-5.5/ext/simplexml/
H A Dsxe.c105 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name), 1); in PHP_METHOD()
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp219 RETURN_STRINGL(ret_rules, rules_len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c884 RETURN_STRINGL(path, path_len, 1); in SPL_METHOD()
904 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); in SPL_METHOD()
1020 RETURN_STRINGL(fname, flen, 0); in SPL_METHOD()
1039 RETURN_STRINGL(fname, flen, 0); in SPL_METHOD()
1056 RETURN_STRINGL(path, path_len, 1); in SPL_METHOD()
1077 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); in SPL_METHOD()
1094 RETURN_STRINGL(intern->file_name, intern->file_name_len, 1); in SPL_METHOD()
1563 RETURN_STRINGL(intern->u.dir.sub_path, intern->u.dir.sub_path_len, 1); in SPL_METHOD()
1565 RETURN_STRINGL("", 0, 1); in SPL_METHOD()
1585 RETURN_STRINGL(sub_name, len, 0); in SPL_METHOD()
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c535 RETURN_STRINGL("gzip", sizeof("gzip") - 1, 1); in PHP_FUNCTION()
537 RETURN_STRINGL("deflate", sizeof("deflate") - 1, 1); in PHP_FUNCTION()
676 RETURN_STRINGL(out_buf, out_len, 0); \
696 RETURN_STRINGL(out_buf, out_len, 0); \
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c352 RETURN_STRINGL(ZEND_VERSION, sizeof(ZEND_VERSION)-1, 1); in ZEND_FUNCTION()
761 RETURN_STRINGL(EG(scope)->name, EG(scope)->name_length, 1); in ZEND_FUNCTION()
770 RETURN_STRINGL(name, name_len, dup); in ZEND_FUNCTION()
784 RETURN_STRINGL(EG(called_scope)->name, EG(called_scope)->name_length, 1); in ZEND_FUNCTION()
809 RETURN_STRINGL(ce->parent->name, ce->parent->name_length, 1); in ZEND_FUNCTION()
818 RETURN_STRINGL(name, name_length, 0); in ZEND_FUNCTION()
831 RETURN_STRINGL(ce->parent->name, ce->parent->name_length, 1); in ZEND_FUNCTION()
1841 RETURN_STRINGL(function_name, function_name_length, 0); in ZEND_FUNCTION()
/PHP-5.5/ext/shmop/
H A Dshmop.c271 RETURN_STRINGL(return_string, bytes, 0); in PHP_FUNCTION()
/PHP-5.5/ext/intl/idn/
H A Didn.c259 RETURN_STRINGL(((char *)converted_utf8), converted_utf8_len, 0); in php_intl_idn_to()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp358 RETURN_STRINGL(outbuf, region_len, 1); in PHP_FUNCTION()
434 RETURN_STRINGL(id, id_len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dmulti.c252 RETURN_STRINGL(ch->handlers->write->buf.c, ch->handlers->write->buf.len, 1); in PHP_FUNCTION()
/PHP-5.5/ext/dba/
H A Ddba.c1037 RETURN_STRINGL(val, len, 0); in PHP_FUNCTION()
1092 RETURN_STRINGL(fkey, len, 0); in PHP_FUNCTION()
1116 RETURN_STRINGL(nkey, len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1668 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
2327 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
2650 RETURN_STRINGL(Z_STRVAL_P(precv->op2.zv), Z_STRLEN_P(precv->op2.zv), 1); in ZEND_METHOD()
2777 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
3138 RETURN_STRINGL(Z_STRVAL_PP(name), backslash - Z_STRVAL_PP(name), 1); in ZEND_METHOD()
3519 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
4715 RETURN_STRINGL(Z_STRVAL_PP(name), backslash - Z_STRVAL_PP(name), 1); in ZEND_METHOD()
4885 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
5136 RETURN_STRINGL(ref->prop.doc_comment, ref->prop.doc_comment_len, 1); in ZEND_METHOD()
5225 RETURN_STRINGL(str.string, str.len - 1, 0); in ZEND_METHOD()
[all …]

Completed in 230 milliseconds

123