Home
last modified time | relevance | path

Searched defs:name_len (Results 1 – 25 of 54) sorted by last modified time

123

/php-src/ext/dom/
H A Dnode.c36 zend_string *dom_node_concatenated_name_helper(size_t name_len, const char *name, size_t prefix_len… in dom_node_concatenated_name_helper()
49 size_t name_len = strlen((const char *) nodep->name); in dom_node_get_node_name_attribute_or_element() local
H A Ddocument.c631 size_t value_len, name_len = 0; in dom_document_create_processing_instruction() local
724 size_t name_len; in PHP_METHOD() local
H A Dphp_dom.c315 static void dom_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, c… in dom_register_prop_handler()
322 static void dom_overwrite_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, … in dom_overwrite_prop_handler()
1989 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len) { in dom_check_qname()
2553 xmlAttrPtr php_dom_get_attribute_node(xmlNodePtr elem, const xmlChar *name, size_t name_len) in php_dom_get_attribute_node()
H A Dattr.c43 size_t name_len, value_len, name_valid; in PHP_METHOD() local
H A Dprocessinginstruction.c40 size_t name_len, value_len; in PHP_METHOD() local
/php-src/ext/mbstring/
H A Dmbstring.c1233 size_t name_len; in PHP_FUNCTION() local
1340 size_t name_len; in PHP_FUNCTION() local
1490 size_t name_len; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h23 size_t name_len; member
H A Dtoken.c352 const lxb_char_t *name, size_t name_len) in lxb_html_token_find_attr()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c59 …der_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, const xmlrea… in xmlreader_register_prop_handler()
346 size_t name_len = 0; in php_xmlreader_string_arg() local
539 size_t name_len = 0, ns_uri_len = 0; in PHP_METHOD() local
619 size_t name_len = 0; in PHP_METHOD() local
679 size_t name_len=0, ns_uri_len=0; in PHP_METHOD() local
765 size_t name_len=0; in PHP_METHOD() local
/php-src/main/
H A Doutput.c443 PHPAPI zend_result php_output_start_internal(const char *name, size_t name_len, php_output_handler_… in php_output_start_internal()
501 PHPAPI php_output_handler *php_output_handler_create_internal(const char *name, size_t name_len, ph… in php_output_handler_create_internal()
557 PHPAPI bool php_output_handler_started(const char *name, size_t name_len) in php_output_handler_started()
594 PHPAPI zend_result php_output_handler_conflict_register(const char *name, size_t name_len, php_outp… in php_output_handler_conflict_register()
611 PHPAPI zend_result php_output_handler_reverse_conflict_register(const char *name, size_t name_len, … in php_output_handler_reverse_conflict_register()
640 PHPAPI php_output_handler_alias_ctor_t php_output_handler_alias(const char *name, size_t name_len) in php_output_handler_alias()
648 PHPAPI zend_result php_output_handler_alias_register(const char *name, size_t name_len, php_output_… in php_output_handler_alias_register()
1534 size_t name_len, value_len; in PHP_FUNCTION() local
H A Dphp_variables.c52 static zend_always_inline void php_register_variable_quick(const char *name, size_t name_len, zval … in php_register_variable_quick()
607 size_t name_len, len; in import_environment_variable() local
/php-src/ext/reflection/
H A Dphp_reflection.c1316 size_t name_len = strlen(name_str); in reflection_extension_factory() local
1502 …ion_property_factory_str(zend_class_entry *ce, const char *name_str, size_t name_len, zend_propert… in reflection_property_factory_str()
6024 size_t name_len; in ZEND_METHOD() local
6362 size_t name_len; in ZEND_METHOD() local
/php-src/ext/tidy/
H A Dtidy.c935 static void php_tidy_clean_output_start(const char *name, size_t name_len) in php_tidy_clean_output_start()
/php-src/Zend/
H A Dzend_compile.c244 const size_t name_len; member
266 size_t name_len; member
H A Dzend_constants.c119 ZEND_API void zend_register_null_constant(const char *name, size_t name_len, int flags, int module_… in zend_register_null_constant()
129 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, bool bval, int flags, … in zend_register_bool_constant()
139 ZEND_API void zend_register_long_constant(const char *name, size_t name_len, zend_long lval, int fl… in zend_register_long_constant()
150 ZEND_API void zend_register_double_constant(const char *name, size_t name_len, double dval, int fla… in zend_register_double_constant()
161 ZEND_API void zend_register_stringl_constant(const char *name, size_t name_len, const char *strval,… in zend_register_stringl_constant()
172 ZEND_API void zend_register_string_constant(const char *name, size_t name_len, const char *strval, … in zend_register_string_constant()
177 static zend_constant *zend_get_halt_offset_constant(const char *name, size_t name_len) in zend_get_halt_offset_constant()
247 static zend_constant *zend_get_constant_str_impl(const char *name, size_t name_len) in zend_get_constant_str_impl()
262 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str()
394 size_t name_len = ZSTR_LEN(cname); in zend_get_constant_ex() local
H A Dzend_constants.h95 const char *name, size_t name_len) { in zend_get_special_const()
/php-src/ext/posix/
H A Dposix.c786 size_t name_len; in PHP_FUNCTION() local
926 size_t name_len; in PHP_FUNCTION() local
1249 size_t name_len; in PHP_FUNCTION() local
/php-src/sapi/cgi/
H A Dcgi_main.c528 static char *cgi_getenv_win32(const char *name, size_t name_len) in cgi_getenv_win32()
560 static char *sapi_cgi_getenv(const char *name, size_t name_len) in sapi_cgi_getenv()
569 static char *sapi_fcgi_getenv(const char *name, size_t name_len) in sapi_fcgi_getenv()
596 static char *_sapi_cgi_putenv(char *name, size_t name_len, char *value) in _sapi_cgi_putenv()
/php-src/ext/mysqli/
H A Dmysqli_api.c309 size_t name_len; in PHP_FUNCTION() local
1416 size_t name_len = 0; in PHP_FUNCTION() local
H A Dmysqli_nonapi.c1009 size_t name_len = 0; local
1037 size_t name_len; local
1061 size_t name_len; local
/php-src/Zend/Optimizer/
H A Dzend_func_info.c36 unsigned name_len; member
/php-src/ext/ffi/
H A Dffi.c5815 bool zend_ffi_is_typedef_name(const char *name, size_t name_len) /* {{{ */
5834 void zend_ffi_resolve_typedef(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
5858 void zend_ffi_resolve_const(const char *name, size_t name_len, zend_ffi_val *val) /* {{{ */
6080 void zend_ffi_add_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *…
6192 void zend_ffi_add_bit_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_d…
6540 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl) /…
6583 void zend_ffi_declare(const char *name, size_t name_len, zend_ffi_dcl *dcl) /* {{{ */
6672 void zend_ffi_declare_tag(const char *name, size_t name_len, zend_ffi_dcl *dcl, bool incomplete) /*…
6784 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len) /* {{{ */
6867 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
/php-src/ext/session/
H A Dsession.c3134 size_t name_len = strlen(data->name); in php_session_rfc1867_callback() local
/php-src/ext/date/
H A Dphp_date.c1506 static void write_date_period_property(zend_object *obj, const char *name, const size_t name_len, z… in write_date_period_property()
/php-src/ext/spl/
H A Dspl_directory.c246 size_t name_len; in spl_filesystem_object_get_file_name() local
1540 size_t name_len = strlen(intern->u.dir.entry.d_name); in PHP_METHOD() local

Completed in 193 milliseconds

123