Home
last modified time | relevance | path

Searched refs:name_len (Results 26 – 50 of 78) sorted by path

1234

/php-src/ext/ffi/
H A Dffi.g77 {size_t name_len;}
174 {size_t name_len;}
236 {size_t name_len;}
299 {size_t name_len;}
327 {size_t name_len;}
329 ID(&name, &name_len)
340 ( ID(name, name_len)
460 {size_t name_len;}
498 {size_t name_len;}
534 {size_t name_len;}
[all …]
H A Dffi_parser.c2021 size_t name_len; in parse_declarations() local
2230 size_t name_len; in parse_type_specifier() local
2332 size_t name_len; in parse_struct_or_union_specifier() local
2433 size_t name_len = 0; in parse_struct_declarator() local
2473 size_t name_len; in parse_enum_specifier() local
2559 size_t name_len; in parse_enumerator() local
2865 size_t name_len = 0; in parse_parameter_declaration() local
2884 size_t name_len; in parse_attributes() local
2965 size_t name_len; in parse_attrib() local
3077 size_t name_len; in parse_designation() local
[all …]
H A Dphp_ffi.h214 bool zend_ffi_is_typedef_name(const char *name, size_t name_len);
215 void zend_ffi_resolve_typedef(const char *name, size_t name_len, zend_ffi_dcl *dcl);
216 void zend_ffi_resolve_const(const char *name, size_t name_len, zend_ffi_val *val);
217 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete);
221 void zend_ffi_add_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *…
223 void zend_ffi_add_bit_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_d…
228 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl);
229 void zend_ffi_declare(const char *name, size_t name_len, zend_ffi_dcl *dcl);
230 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len);
231 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c853 size_t i, name_len = strlen(name) + 1; in cdf_find_stream() local
857 cdf_namecmp(name, dir->dir_tab[i - 1].d_name, name_len) in cdf_find_stream()
/php-src/ext/fileinfo/tests/
H A Dmagic479 # name_len; volume name length; diskname[30]; volume name
H A Dmagic私はガラスを食べられます479 # name_len; volume name length; diskname[30]; volume name
/php-src/ext/iconv/
H A Diconv.c159 static php_output_handler *php_iconv_output_handler_init(const char *name, size_t name_len, size_t …
/php-src/ext/intl/converter/
H A Dconverter.c833 size_t name_len; in PHP_METHOD() local
837 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name, &name_len) == FAILURE) { in PHP_METHOD()
/php-src/ext/intl/uchar/
H A Duchar.c248 size_t name_len; in IC_METHOD() local
253 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &name, &name_len, &nameChoice) == FAILURE) { in IC_METHOD()
379 size_t name_len; in IC_METHOD() local
381 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &property, &name, &name_len) == FAILURE) { in IC_METHOD()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c314 const mbfl_encoding *mbfl_name2encoding_ex(const char *name, size_t name_len) in mbfl_name2encoding_ex() argument
336 if (name_len <= NAME_HASH_MAX_NAME_LENGTH && name_len >= NAME_HASH_MIN_NAME_LENGTH) { in mbfl_name2encoding_ex()
337 unsigned int key = mbfl_name2encoding_perfect_hash(name, name_len); in mbfl_name2encoding_ex()
342 if (strncasecmp((*encoding)->name, name, name_len) == 0) { in mbfl_name2encoding_ex()
H A Dmbfl_encoding.h289 MBFLAPI extern const mbfl_encoding *mbfl_name2encoding_ex(const char *name, size_t name_len);
/php-src/ext/mbstring/
H A Dmbstring.c1233 size_t name_len; in PHP_FUNCTION() local
1238 Z_PARAM_STRING_OR_NULL(name, name_len) in PHP_FUNCTION()
1340 size_t name_len; in PHP_FUNCTION() local
1344 Z_PARAM_PATH_OR_NULL(name, name_len) /* For null byte check */ in PHP_FUNCTION()
1351 const mbfl_encoding *encoding = php_mb_get_encoding_or_pass(name, name_len); in PHP_FUNCTION()
1490 size_t name_len; in PHP_FUNCTION() local
1493 Z_PARAM_STRING(name, name_len) in PHP_FUNCTION()
/php-src/ext/mysqli/
H A Dmysqli_api.c309 size_t name_len; in PHP_FUNCTION() local
311 …, getThis(), "O|ls!", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
1416 size_t name_len = 0; in PHP_FUNCTION() local
1418 …, getThis(), "O|ls!", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) { in PHP_FUNCTION()
H A Dmysqli_nonapi.c1009 size_t name_len = 0; local
1011 …, getThis(), "O|ls!", &mysql_link, mysqli_link_class_entry, &flags, &name, &name_len) == FAILURE) {
1019 if (name && !name_len) {
1037 size_t name_len; local
1039 …_NUM_ARGS(), getThis(), "Os", &mysql_link, mysqli_link_class_entry, &name, &name_len) == FAILURE) {
1043 if (name_len == 0) {
1061 size_t name_len; local
1063 …_NUM_ARGS(), getThis(), "Os", &mysql_link, mysqli_link_class_entry, &name, &name_len) == FAILURE) {
1067 if (name_len == 0) {
/php-src/ext/odbc/
H A Dphp_odbc.c3325 size_t cat_len = 0, schema_len, name_len;
3330 &name, &name_len, &vscope, &vnullable) == FAILURE) {
3392 size_t cat_len = 0, schema_len, name_len;
3397 &name, &name_len, &vunique, &vreserved) == FAILURE) {
/php-src/ext/opcache/
H A DZendAccelerator.c4584 char *(*orig_getenv)(const char *name, size_t name_len) = sapi_module.getenv;
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1823 #define STR_EQUAL(name, name_len, str) (name_len == strlen(str) && memcmp(name, str, strlen(str)) =…
1834 size_t name_len;
1837 if (STR_EQUAL(name, name_len, "sqrt")) {
1841 } else if (STR_EQUAL(name, name_len, "sqrtf")) {
1845 } else if (STR_EQUAL(name, name_len, "rint")) {
1849 } else if (STR_EQUAL(name, name_len, "rintf")) {
1853 } else if (STR_EQUAL(name, name_len, "floor")) {
1857 } else if (STR_EQUAL(name, name_len, "floorf")) {
1861 } else if (STR_EQUAL(name, name_len, "ceil")) {
1865 } else if (STR_EQUAL(name, name_len, "ceilf")) {
[all …]
/php-src/ext/phar/
H A Dphar_object.c143 size_t name_len; in phar_file_action() local
218 name_len = spprintf(&name, 4096, "phar://%s%s", arch, entry); in phar_file_action()
220 name_len = spprintf(&name, 4096, "phar://%s/%s", arch, entry); in phar_file_action()
229 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
248 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
H A Dstub.h19 static inline zend_string* phar_get_stub(const char *index_php, const char *web, const int name_len in phar_get_stub() argument
30 …rn strpprintf(name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s", newstub0, web, newstub1_0, n… in phar_get_stub()
/php-src/ext/posix/
H A Dposix.c786 size_t name_len; in PHP_FUNCTION() local
795 Z_PARAM_STRING(name, name_len) in PHP_FUNCTION()
926 size_t name_len; in PHP_FUNCTION() local
935 Z_PARAM_STRING(name, name_len) in PHP_FUNCTION()
1249 size_t name_len; in PHP_FUNCTION() local
1252 Z_PARAM_STRING(name, name_len) in PHP_FUNCTION()
1256 if (name_len == 0) { in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c1316 size_t name_len = strlen(name_str); in reflection_extension_factory() local
1320 lcname = zend_string_alloc(name_len, 0); in reflection_extension_factory()
1321 zend_str_tolower_copy(ZSTR_VAL(lcname), name_str, name_len); in reflection_extension_factory()
1333 ZVAL_STRINGL(reflection_prop_name(object), module->name, name_len); in reflection_extension_factory()
1504 zend_string *name = zend_string_init(name_str, name_len, 0); in reflection_property_factory_str()
6038 size_t name_len; in ZEND_METHOD() local
6041 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &name_str, &name_len) == FAILURE) { in ZEND_METHOD()
6047 lcname = do_alloca(name_len + 1, use_heap); in ZEND_METHOD()
6048 zend_str_tolower_copy(lcname, name_str, name_len); in ZEND_METHOD()
6376 size_t name_len; in ZEND_METHOD() local
[all …]
/php-src/ext/session/
H A Dsession.c3134 size_t name_len = strlen(data->name); in php_session_rfc1867_callback() local
3136 if (name_len == progress->sname_len && memcmp(data->name, PS(session_name), name_len) == 0) { in php_session_rfc1867_callback()
3139 …} else if (name_len == strlen(PS(rfc1867_name)) && memcmp(data->name, PS(rfc1867_name), name_len +… in php_session_rfc1867_callback()
/php-src/ext/soap/
H A Dphp_http.c98 int name_len; in http_context_headers() local
107 name_len = -1; in http_context_headers()
110 if (name_len < 0) name_len = p - s; in http_context_headers()
113 if (name_len < 0) name_len = p - s; in http_context_headers()
125 if ((name_len != sizeof("host")-1 || in http_context_headers()
127 (name_len != sizeof("connection")-1 || in http_context_headers()
129 (name_len != sizeof("user-agent")-1 || in http_context_headers()
131 (name_len != sizeof("content-length")-1 || in http_context_headers()
133 (name_len != sizeof("content-type")-1 || in http_context_headers()
136 name_len != sizeof("cookie")-1 || in http_context_headers()
[all …]
H A Dsoap.c602 size_t fault_string_len, fault_actor_len = 0, name_len = 0, fault_code_len = 0; in PHP_METHOD() local
613 Z_PARAM_STRING_OR_NULL(name, name_len) in PHP_METHOD()
635 if (name != NULL && name_len == 0) { in PHP_METHOD()
1665 size_t code_len, string_len, actor_len = 0, name_len = 0; local
1672 &name, &name_len) == FAILURE) {
/php-src/ext/spl/
H A Dspl_directory.c246 size_t name_len; in spl_filesystem_object_get_file_name() local
252 name_len = strlen(intern->u.dir.entry.d_name); in spl_filesystem_object_get_file_name()
254 intern->file_name = zend_string_init(intern->u.dir.entry.d_name, name_len, 0); in spl_filesystem_object_get_file_name()
260 ZSTR_VAL(path), ZSTR_LEN(path), &slash, 1, intern->u.dir.entry.d_name, name_len); in spl_filesystem_object_get_file_name()
1540 size_t name_len = strlen(intern->u.dir.entry.d_name); in PHP_METHOD() local
1542 zend_string *sub_path = zend_string_alloc(ZSTR_LEN(intern->u.dir.sub_path) + 1 + name_len, 0); in PHP_METHOD()
1545 …y(ZSTR_VAL(sub_path) + ZSTR_LEN(intern->u.dir.sub_path) + 1, intern->u.dir.entry.d_name, name_len); in PHP_METHOD()
1546 ZSTR_VAL(sub_path)[ZSTR_LEN(intern->u.dir.sub_path) + 1 + name_len] = 0; in PHP_METHOD()
1549 subdir->u.dir.sub_path = zend_string_init(intern->u.dir.entry.d_name, name_len, 0); in PHP_METHOD()

Completed in 332 milliseconds

1234