Home
last modified time | relevance | path

Searched refs:name_len (Results 51 – 69 of 69) sorted by relevance

123

/PHP-7.4/ext/pgsql/
H A Dpgsql.c3636 size_t name_len; local
3643 "rp|z", &pgsql_link, &file_in, &name_len, &oid) == SUCCESS) {
3647 "p|z", &file_in, &name_len, &oid) == SUCCESS) {
3653 "pr", &file_in, &name_len, &pgsql_link ) == SUCCESS) {
3724 size_t name_len; local
3733 "rlp", &pgsql_link, &oid_long, &file_out, &name_len) == SUCCESS) {
3742 "rss", &pgsql_link, &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3752 "lp", &oid_long, &file_out, &name_len) == SUCCESS) {
3762 "sp", &oid_string, &oid_strlen, &file_out, &name_len) == SUCCESS) {
3773 "spr", &oid_string, &oid_strlen, &file_out, &name_len, &pgsql_link) == SUCCESS) {
[all …]
/PHP-7.4/ext/session/
H A Dsession.c3208 size_t name_len = strlen(data->name); in php_session_rfc1867_callback() local
3210 if (name_len == progress->sname_len && memcmp(data->name, PS(session_name), name_len) == 0) { in php_session_rfc1867_callback()
3213 …} else if (name_len == strlen(PS(rfc1867_name)) && memcmp(data->name, PS(rfc1867_name), name_len +… in php_session_rfc1867_callback()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1833 size_t name_len; in PHP_FUNCTION() local
1836 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &name, &name_len) == FAILURE) { in PHP_FUNCTION()
1957 size_t name_len; in PHP_FUNCTION() local
1960 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &name, &name_len) == FAILURE) { in PHP_FUNCTION()
2126 size_t name_len; in PHP_FUNCTION() local
2128 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name, &name_len) == FAILURE) { in PHP_FUNCTION()
3646 size_t name_len; in PHP_FUNCTION() local
3648 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name, &name_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c746 size_t name_len = 0; local
748 …), getThis(), "O|ls", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
1990 size_t name_len = 0; local
1992 …), getThis(), "O|ls", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
/PHP-7.4/ext/intl/converter/
H A Dconverter.c913 size_t name_len; in PHP_METHOD() local
917 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name, &name_len) == FAILURE) { in PHP_METHOD()
/PHP-7.4/ext/tidy/
H A Dtidy.c236 static void php_tidy_clean_output_start(const char *name, size_t name_len);
1183 static void php_tidy_clean_output_start(const char *name, size_t name_len) in php_tidy_clean_output_start() argument
1187 …if (TG(clean_output) && (h = php_tidy_output_handler_init(name, name_len, 0, PHP_OUTPUT_HANDLER_ST… in php_tidy_clean_output_start()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c242 php_apache_sapi_getenv(char *name, size_t name_len) in php_apache_sapi_getenv() argument
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c3721 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3726 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3793 size_t cat_len = 0, schema_len, name_len; in PHP_FUNCTION() local
3798 &name, &name_len, &vunique, &vreserved) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c829 size_t i, name_len = strlen(name) + 1; in cdf_find_stream() local
833 cdf_namecmp(name, dir->dir_tab[i - 1].d_name, name_len) in cdf_find_stream()
/PHP-7.4/ext/phar/
H A Dphar_object.c142 size_t name_len; in phar_file_action() local
217 name_len = spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
219 name_len = spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
228 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
247 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.c37 int name_len; member
1638 if (UNEXPECTED(zend_optimizer_is_disabled_func(info->name, info->name_len))) { in zend_get_func_info()
1695 zend_string *key = zend_string_init_interned(func_infos[i].name, func_infos[i].name_len, 1); in zend_func_info_startup()
H A Dblock_pass.c385 int flen = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].name_len; in zend_optimize_block()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5713 size_t name_len, proto_len; local
5717 Z_PARAM_STRING(name, name_len)
5782 size_t name_len; local
5786 Z_PARAM_STRING(name, name_len)
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c195 static char *sapi_lsapi_getenv( char * name, size_t name_len ) in sapi_lsapi_getenv() argument
/PHP-7.4/Zend/
H A Dzend.c80 ZEND_API char *(*zend_getenv)(char *name, size_t name_len);
H A Dzend_API.h287 ZEND_API int zend_register_class_alias_ex(const char *name, size_t name_len, zend_class_entry *ce, …
H A Dzend_compile.c204 const size_t name_len; member
225 if (ZSTR_LEN(name) == info->name_len in zend_lookup_builtin_type_by_name()
226 && zend_binary_strcasecmp(ZSTR_VAL(name), ZSTR_LEN(name), info->name, info->name_len) == 0 in zend_lookup_builtin_type_by_name()
/PHP-7.4/ext/iconv/
H A Diconv.c214 static php_output_handler *php_iconv_output_handler_init(const char *name, size_t name_len, size_t …
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4705 char *(*orig_getenv)(char *name, size_t name_len TSRMLS_DC) = sapi_module.getenv; in accel_finish_startup()

Completed in 177 milliseconds

123