Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_ini.c422 ZEND_API zend_result zend_ini_register_displayer(const char *name, uint32_t name_length, void (*dis… in zend_ini_register_displayer()
440 ZEND_API zend_long zend_ini_long(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long()
457 ZEND_API double zend_ini_double(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double()
474 ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, int orig, bool *exists) /* … in zend_ini_string_ex()
498 ZEND_API char *zend_ini_string(const char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string()
H A Dzend_API.c4360 ZEND_API void zend_declare_property_null(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_property_null()
4460 …end_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length, zval *value… in zend_declare_class_constant()
4474 …d_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_length) /* {{{ */ in zend_declare_class_constant_null()
4483 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long v… in zend_declare_class_constant_long()
4492 …eclare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_length, bool value)… in zend_declare_class_constant_bool()
4501 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
4552 …_null(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_update_property_null()
4561 …perty(zend_class_entry *scope, zend_object *object, const char *name, size_t name_length) /* {{{ */ in zend_unset_property()
4668 …_update_static_property(zend_class_entry *scope, const char *name, size_t name_length, zval *value… in zend_update_static_property()
4677 …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.1/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.1/ext/snmp/
H A Dphp_snmp.h72 size_t name_length; member
82 size_t name_length; member
H A Dsnmp.c1671 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.1/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.1/ext/standard/
H A Dinfo.c165 static ZEND_COLD void php_print_gpcse_array(char *name, uint32_t name_length) in php_print_gpcse_array()
/PHP-8.1/main/
H A Dphp_ini.c902 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length)
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_structs.h89 unsigned int name_length; member

Completed in 61 milliseconds