Home
last modified time | relevance | path

Searched defs:name_length (Results 1 – 17 of 17) sorted by relevance

/php-src/main/
H A Dphp_ini_builder.c31 …_ini_builder_unquoted(struct php_ini_builder *b, const char *name, size_t name_length, const char … in php_ini_builder_unquoted()
46 PHPAPI void php_ini_builder_quoted(struct php_ini_builder *b, const char *name, size_t name_length,… in php_ini_builder_quoted()
H A Dphp_ini.c892 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length)
/php-src/Zend/
H A Dzend_ini.c428 ZEND_API zend_result zend_ini_register_displayer(const char *name, uint32_t name_length, void (*dis… in zend_ini_register_displayer()
446 ZEND_API zend_long zend_ini_long(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long()
463 ZEND_API double zend_ini_double(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double()
480 ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, int orig, bool *exists) /* … in zend_ini_string_ex()
504 ZEND_API char *zend_ini_string(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string()
520 ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_length, bool orig, bool *exists… in zend_ini_str_ex()
544 ZEND_API zend_string *zend_ini_str(const char *name, size_t name_length, bool orig) /* {{{ */ in zend_ini_str()
H A Dzend_API.c4651 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4760 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4774 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4783 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4792 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4801 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4852 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4861 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4968 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4977 …pdate_static_property_null(zend_class_entry *scope, const char *name, size_t name_length) /* {{{ */ in zend_update_static_property_null()
[all …]
H A Dzend_ini.h41 uint16_t name_length; member
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h54 size_t name_length; member
60 size_t name_length; member
H A Dphpdbg_utils.c227 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length) /* {{{ */ in phpdbg_get_color()
250 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length) /* {{{ */ in phpdbg_set_color_ex()
398 int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry **ce) { in phpdbg_safe_class_lookup()
/php-src/ext/dom/
H A Dserialize_common.h23 …_local_name_compare_ex(const xmlNode *node, const char *tag, size_t tag_length, size_t name_length) in dom_local_name_compare_ex()
H A Dhtml5_serializer.c136 size_t name_length = strlen((const char *) parent->name); in dom_html5_serialize_text_node() local
227 size_t name_length = strlen((const char *) node->name); in dom_html5_serializes_as_void() local
H A Dxml_serializer.c966 size_t name_length = strlen((const char *) element->name); in dom_xml_serialize_element_node() local
/php-src/ext/snmp/
H A Dphp_snmp.h72 size_t name_length; member
82 size_t name_length; member
H A Dsnmp.c1663 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c322 size_t name_length = strlen((*encoding)->name); in mbfl_name2encoding_ex() local
/php-src/sapi/fpm/fpm/
H A Dfpm_php.c24 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c158 size_t name_length, bool to_lowercase) in lxb_dom_attr_set_name_ns()
/php-src/ext/standard/
H A Dinfo.c167 static ZEND_COLD void php_print_gpcse_array(char *name, uint32_t name_length) in php_print_gpcse_array()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h89 unsigned int name_length; member

Completed in 96 milliseconds