Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/Zend/
H A Dzend_ini.c429 ZEND_API zend_result zend_ini_register_displayer(const char *name, uint32_t name_length, void (*dis… in zend_ini_register_displayer()
447 ZEND_API zend_long zend_ini_long(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long()
464 ZEND_API double zend_ini_double(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double()
481 ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, int orig, bool *exists) /* … in zend_ini_string_ex()
505 ZEND_API char *zend_ini_string(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string()
521 ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_length, bool orig, bool *exists… in zend_ini_str_ex()
545 ZEND_API zend_string *zend_ini_str(const char *name, size_t name_length, bool orig) /* {{{ */ in zend_ini_str()
H A Dzend_API.c4592 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4698 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4712 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4721 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4730 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4739 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4790 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4799 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4906 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4915 …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-8.3/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-8.3/ext/snmp/
H A Dphp_snmp.h72 size_t name_length; member
82 size_t name_length; member
H A Dsnmp.c1669 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-8.3/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-8.3/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-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h89 unsigned int name_length; member

Completed in 74 milliseconds