Home
last modified time | relevance | path

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

12

/PHP-7.4/sapi/cli/
H A Dphp_cli_process_title.c67 RETURN_STRINGL(title, length); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dsoundex.c104 RETURN_STRINGL(soundex, _small); in PHP_FUNCTION()
H A Dlink.c95 RETURN_STRINGL(buff, ret); in PHP_FUNCTION()
H A Dmd5.c62 RETURN_STRINGL((char *) digest, 16); in PHP_NAMED_FUNCTION()
114 RETURN_STRINGL((char *) digest, 16); in PHP_NAMED_FUNCTION()
H A Dsha1.c50 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
96 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
H A Ddir.c409 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_NAMED_FUNCTION()
H A Dstring.c1928 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1930 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
2283 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
2458 RETURN_STRINGL(ZSTR_VAL(str) + f, l);
5653 RETURN_STRINGL(retstr, retlen);
6307 RETURN_STRINGL(haystack_ptr, (ZSTR_VAL(haystack) + ZSTR_LEN(haystack) - haystack_ptr));
H A Ddns.c223 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c429 RETURN_STRINGL(sub_str, asub_str_len); in PHP_FUNCTION()
633 RETURN_STRINGL(haystack, found_offset); in strstr_common_handler()
635 RETURN_STRINGL(found, haystack_len - found_offset); in strstr_common_handler()
654 RETURN_STRINGL(haystack, ret_pos); in strstr_common_handler()
656 RETURN_STRINGL(haystack + ret_pos, haystack_len - ret_pos); in strstr_common_handler()
864 RETURN_STRINGL(pstr, nsize); in PHP_FUNCTION()
899 RETURN_STRINGL(((char *)pstr), ret_pos); in PHP_FUNCTION()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_attr.c50 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len); in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsxe.c103 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name)); in PHP_METHOD()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c3211 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3223 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3234 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3246 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3258 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3269 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3280 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3291 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3302 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3313 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/uchar/
H A Duchar.c68 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD()
451 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD()
654 RETURN_STRINGL(buffer, buffer_len); \
/PHP-7.4/ext/spl/
H A Dspl_directory.c893 RETURN_STRINGL(path, path_len); in SPL_METHOD()
914 RETURN_STRINGL(intern->file_name + path_len + 1, intern->file_name_len - (path_len + 1)); in SPL_METHOD()
916 RETURN_STRINGL(intern->file_name, intern->file_name_len); in SPL_METHOD()
1062 RETURN_STRINGL(path, path_len); in SPL_METHOD()
1083 RETURN_STRINGL(intern->file_name, intern->file_name_len); in SPL_METHOD()
1100 RETURN_STRINGL(intern->file_name, intern->file_name_len); in SPL_METHOD()
1570 RETURN_STRINGL(intern->u.dir.sub_path, intern->u.dir.sub_path_len); in SPL_METHOD()
2422 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in SPL_METHOD()
2444 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in SPL_METHOD()
2844 RETURN_STRINGL(buf, 1); in SPL_METHOD()
H A Dphp_spl.c362 RETURN_STRINGL(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS) - 1); in PHP_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash_md.c123 RETURN_STRINGL(digest, 16); in PHP_NAMED_FUNCTION()
169 RETURN_STRINGL(digest, 16); in PHP_NAMED_FUNCTION()
H A Dhash_sha.c104 RETURN_STRINGL(digest, 20); in PHP_FUNCTION()
151 RETURN_STRINGL(digest, 20); in PHP_FUNCTION()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c658 RETURN_STRINGL(chars, chars_len); in PHP_METHOD()
721 #define UCNV_REASON_CASE(v) case (UCNV_ ## v) : RETURN_STRINGL( "REASON_" #v , sizeof( "REASON_" #v…
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp345 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()
/PHP-7.4/ext/zlib/
H A Dzlib.c550 RETURN_STRINGL("gzip", sizeof("gzip") - 1); in PHP_FUNCTION()
552 RETURN_STRINGL("deflate", sizeof("deflate") - 1); in PHP_FUNCTION()
/PHP-7.4/ext/zip/
H A Dphp_zip.c2030 RETURN_STRINGL((char *)comment, (zend_long)comment_len);
2316 RETURN_STRINGL((char *)comment, comment_len);
2340 RETURN_STRINGL((char *)comment, comment_len);
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2819 RETURN_STRINGL("__CLASS__", sizeof("__CLASS__")-1); in ZEND_METHOD()
3320 RETURN_STRINGL(Z_STRVAL_P(name), backslash - Z_STRVAL_P(name)); in ZEND_METHOD()
3343 RETURN_STRINGL(backslash + 1, Z_STRLEN_P(name) - (backslash - Z_STRVAL_P(name) + 1)); in ZEND_METHOD()
5206 RETURN_STRINGL(Z_STRVAL_P(name), backslash - Z_STRVAL_P(name)); in ZEND_METHOD()
5229 RETURN_STRINGL(backslash + 1, Z_STRLEN_P(name) - (backslash - Z_STRVAL_P(name) + 1)); in ZEND_METHOD()
6306 RETURN_STRINGL((char *) digest, sizeof(digest)); in ZEND_METHOD()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1629 RETURN_STRINGL(resultLocale, len); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c893 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len); in PHP_METHOD()
/PHP-7.4/ext/phar/
H A Dphar_object.c1018 RETURN_STRINGL(PHP_PHAR_API_VERSION, sizeof(PHP_PHAR_API_VERSION)-1); in PHP_METHOD()
2695 RETURN_STRINGL(phar_obj->archive->alias, phar_obj->archive->alias_len); in PHP_METHOD()
2711 RETURN_STRINGL(phar_obj->archive->fname, phar_obj->archive->fname_len); in PHP_METHOD()

Completed in 142 milliseconds

12