Home
last modified time | relevance | path

Searched defs:name_length (Results 1 – 16 of 16) sorted by last modified time

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c26 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-5.5/main/
H A Dphp_ini.c880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length)
H A Dmain.c1381 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend()
/PHP-5.5/ext/soap/
H A Dsoap.c789 int name_length; in PHP_METHOD() local
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h107 size_t name_length; member
117 size_t name_length; member
H A Dsnmp.c1964 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-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h84 unsigned int name_length; member
/PHP-5.5/Zend/
H A Dzend_ini.c247 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_len… in zend_alter_ini_entry()
255 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_… in zend_alter_ini_entry_ex()
309 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */ in zend_restore_ini_entry()
331 ZEND_API int zend_ini_register_displayer(char *name, uint name_length, void (*displayer)(zend_ini_e… in zend_ini_register_displayer()
348 ZEND_API long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long()
365 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double()
382 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
406 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string()
H A Dzend_ini.h67 uint name_length; member
H A Dzend_execute_API.c1008 ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int u… in zend_lookup_class_ex()
1133 ZEND_API int zend_lookup_class(const char *name, int name_length, zend_class_entry ***ce TSRMLS_DC)… in zend_lookup_class()
H A Dzend_compile.h222 int name_length; member
H A Dzend_builtin_functions.c800 zend_uint name_length; in ZEND_FUNCTION() local
H A Dzend_compile.c4121 zend_uint name_length = strlen(class_name); in zend_traits_init_trait_structures() local
H A Dzend_API.h685 #define ZEND_SET_SYMBOL_WITH_LENGTH(symtable, name, name_length, var, _refcount, _is_ref) \ argument
713 #define ZEND_SET_GLOBAL_VAR_WITH_LENGTH(name, name_length, var, _refcount, _is_ref) \ argument
H A Dzend_API.c2594 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref… in zend_set_hash_symbol()
3520 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in… in zend_declare_property_null()
3612 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length in zend_declare_class_constant()
3633 …eclare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, long value … in zend_declare_class_constant_long()
3663 …lare_class_constant_double(zend_class_entry *ce, const char *name, size_t name_length, double valu… in zend_declare_class_constant_double()
3700 …te_property(zend_class_entry *scope, zval *object, const char *name, int name_length, zval *value … in zend_update_property()
3796 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length in zend_update_static_property()
3845 …date_static_property_bool(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_bool()
3857 …date_static_property_long(zend_class_entry *scope, const char *name, int name_length, long value T… in zend_update_static_property_long()
3869 …te_static_property_double(zend_class_entry *scope, const char *name, int name_length, double value… in zend_update_static_property_double()
[all …]
H A Dzend.h479 zend_uint name_length; member

Completed in 170 milliseconds