Home
last modified time | relevance | path

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

12

/php-src/sapi/cli/
H A Dphp_cli_process_title.c63 RETURN_STRINGL(title, length); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dsoundex.c97 RETURN_STRINGL(soundex, _small); in PHP_FUNCTION()
H A Dlink.c87 RETURN_STRINGL(buff, ret); in PHP_FUNCTION()
H A Dmd5.c59 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION()
110 RETURN_STRINGL((char *) digest, 16); in PHP_FUNCTION()
H A Dsha1.c47 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
92 RETURN_STRINGL((char *) digest, 20); in PHP_FUNCTION()
H A Ddir.c323 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_FUNCTION()
H A Ddns.c232 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
237 RETURN_STRINGL(hostname, hostname_len); in PHP_FUNCTION()
H A Dstring.c1782 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1784 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
1800 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
1802 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
2183 RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
2185 RETURN_STRINGL(found, ZSTR_LEN(haystack) - found_offset);
5595 RETURN_STRINGL(retstr, retlen);
6165 RETURN_STRINGL(ZSTR_VAL(haystack) + shift, ZSTR_LEN(haystack) - shift);
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c362 RETURN_STRINGL(sub_str, asub_str_len); in PHP_FUNCTION()
550 RETURN_STRINGL(haystack, found_offset); in strstr_common_handler()
552 RETURN_STRINGL(found, haystack_len - found_offset); in strstr_common_handler()
571 RETURN_STRINGL(haystack, ret_pos); in strstr_common_handler()
573 RETURN_STRINGL(haystack + ret_pos, haystack_len - ret_pos); in strstr_common_handler()
781 RETURN_STRINGL(pstr, nsize); in PHP_FUNCTION()
816 RETURN_STRINGL(((char *)pstr), ret_pos); in PHP_FUNCTION()
/php-src/ext/intl/msgformat/
H A Dmsgformat_attr.c41 RETURN_STRINGL(mfo->mf_data.orig_format, mfo->mf_data.orig_format_len); in PHP_FUNCTION()
/php-src/ext/intl/uchar/
H A Duchar.c66 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD()
411 RETURN_STRINGL(buffer, buffer_len); in IC_METHOD()
601 RETURN_STRINGL(buffer, buffer_len); \
/php-src/ext/sodium/
H A Dlibsodium.c3030 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3043 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3056 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3068 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3079 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3091 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3103 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3114 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3125 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
3136 RETURN_STRINGL((const char *) key, sizeof key); in PHP_FUNCTION()
[all …]
/php-src/ext/intl/converter/
H A Dconverter.c614 RETURN_STRINGL(chars, chars_len); in PHP_METHOD()
677 #define UCNV_REASON_CASE(v) case (UCNV_ ## v) : RETURN_STRINGL( "REASON_" #v , sizeof( "REASON_" #v…
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp322 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()
/php-src/ext/zlib/
H A Dzlib.c596 RETURN_STRINGL("gzip", sizeof("gzip") - 1); in PHP_FUNCTION()
598 RETURN_STRINGL("deflate", sizeof("deflate") - 1); in PHP_FUNCTION()
/php-src/ext/spl/
H A Dspl_directory.c2169 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD()
2187 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD()
2565 RETURN_STRINGL(buf, 1); in PHP_METHOD()
2750 RETURN_STRINGL(intern->u.file.current_line, intern->u.file.current_line_len); in PHP_METHOD()
H A Dphp_spl.c349 RETURN_STRINGL(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS) - 1); in PHP_FUNCTION()
/php-src/ext/zip/
H A Dphp_zip.c2112 RETURN_STRINGL((char *)comment, (zend_long)comment_len);
2432 RETURN_STRINGL((char *)comment, comment_len);
2455 RETURN_STRINGL((char *)comment, comment_len);
/php-src/ext/reflection/
H A Dphp_reflection.c3593 RETURN_STRINGL(ZSTR_VAL(name), backslash - ZSTR_VAL(name)); in ZEND_METHOD()
3615 RETURN_STRINGL(backslash + 1, ZSTR_LEN(name) - (backslash - ZSTR_VAL(name) + 1)); in ZEND_METHOD()
5507 RETURN_STRINGL(ZSTR_VAL(name), backslash - ZSTR_VAL(name)); in ZEND_METHOD()
5528 RETURN_STRINGL(backslash + 1, ZSTR_LEN(name) - (backslash - ZSTR_VAL(name) + 1)); in ZEND_METHOD()
6579 RETURN_STRINGL((char *) digest, sizeof(digest)); in ZEND_METHOD()
7308 RETURN_STRINGL(ZSTR_VAL(const_->name), length); in ZEND_METHOD()
7329 RETURN_STRINGL(ZSTR_VAL(const_->name) + prefix, length); in ZEND_METHOD()
/php-src/ext/intl/locale/
H A Dlocale_methods.c1626 RETURN_STRINGL(resultLocale, len); in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_dbh.c978 RETURN_STRINGL((char*)dbh->driver->driver_name, dbh->driver->driver_name_len); in PHP_METHOD()
/php-src/ext/tidy/
H A Dtidy.c1037 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1); in PHP_FUNCTION()
/php-src/ext/simplexml/
H A Dsimplexml.c1587 RETURN_STRINGL((char*)node->name, namelen); in PHP_METHOD()
1986 RETURN_STRINGL((char*)curnode->name, xmlStrlen(curnode->name)); in PHP_METHOD()
/php-src/ext/phar/
H A Dphar_object.c1000 RETURN_STRINGL(PHP_PHAR_API_VERSION, sizeof(PHP_PHAR_API_VERSION)-1); in PHP_METHOD()
2659 RETURN_STRINGL(phar_obj->archive->alias, phar_obj->archive->alias_len); in PHP_METHOD()
2673 RETURN_STRINGL(phar_obj->archive->fname, phar_obj->archive->fname_len); in PHP_METHOD()
/php-src/Zend/
H A Dzend_builtin_functions.c77 RETURN_STRINGL(ZEND_VERSION, sizeof(ZEND_VERSION)-1); in ZEND_FUNCTION()

Completed in 136 milliseconds

12