Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 160) sorted by path

1234567

/PHP-5.4/Zend/
H A DZend.m489 AC_CHECK_TYPE( uint, unsigned int )
H A Dconfigure.in25 #undef uint
H A Dzend.c55 ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const…
63 static int (*zend_get_configuration_directive_p)(const char *name, uint name_length, zval *contents…
129 static uint zend_version_info_length;
139 uint str_len; in print_hash()
200 uint str_len; in print_flat_hash()
622 static zend_bool php_auto_globals_create_globals(const char *name, uint name_len TSRMLS_DC) /* {{{ … in php_auto_globals_create_globals()
875 ZEND_API void _zend_bailout(char *filename, uint lineno) /* {{{ */ in BEGIN_EXTERN_C()
895 uint new_info_length; in END_EXTERN_C()
992 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents) /… in END_EXTERN_C()
1027 uint error_lineno; in zend_error()
H A Dzend.h203 #define ZEND_FILE_LINE_D const char *__zend_filename, const uint __zend_lineno
205 #define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint __zend_orig_lineno
533 …void (*error_function)(int type, const char *error_filename, const uint error_lineno, const char *…
535 int (*write_function)(const char *str, uint str_length);
540 int (*get_configuration_directive)(const char *name, uint name_length, zval *contents);
551 uint import_use_extension_length;
555 typedef int (*zend_write_func_t)(const char *str, uint str_length);
602 ZEND_API void _zend_bailout(char *filename, uint lineno);
685 extern ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno…
719 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents);
H A Dzend_API.c980 ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC) /* {{{ */ in _array_init()
1196 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex()
1207 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex()
1218 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1229 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex()
1240 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex()
1262 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length,… in add_assoc_stringl_ex()
1456 …I int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len… in add_get_assoc_stringl_ex()
1619 …PI int add_property_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len… in add_property_stringl_ex()
2596 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC) /* {{{ */ in zend_disable_class()
[all …]
H A Dzend_API.h287 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC);
363 ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC);
374 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
375 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len);
376 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
377 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
378 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
380 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length,…
381 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
417 …I int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len…
[all …]
H A Dzend_alloc.c348 uint lineno;
350 uint orig_lineno;
1744 uint lineno, in zend_mm_safe_error()
1754 uint error_lineno; in zend_mm_safe_error()
2597 ZEND_API char *_estrndup(const char *s, uint length ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _estrndup()
2618 ZEND_API char *zend_strndup(const char *s, uint length) in zend_strndup()
H A Dzend_alloc.h48 uint lineno;
50 uint orig_lineno;
H A Dzend_builtin_functions.c574 uint string_key_len; in ZEND_FUNCTION()
910 uint key_len; in add_class_vars()
990 uint key_len; in ZEND_FUNCTION()
1077 uint key_len; in ZEND_FUNCTION()
1079 uint len = strlen(mptr->common.function_name); in ZEND_FUNCTION()
H A Dzend_compile.c145 uint char_pos_len; in build_runtime_defined_function_key()
3648 static void zend_add_magic_methods(zend_class_entry* ce, const char* mname, uint mname_len, zend_fu… in zend_add_magic_methods()
3689 static void zend_add_trait_method(zend_class_entry *ce, const char *name, const char *arKey, uint n… in zend_add_trait_method()
6481 zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hashval TSRMLS_DC) /* {{… in zend_is_auto_global_quick()
6496 zend_bool zend_is_auto_global(const char *name, uint name_len TSRMLS_DC) /* {{{ */ in zend_is_auto_global()
6502 int zend_register_auto_global(const char *name, uint name_len, zend_bool jit, zend_auto_global_call… in zend_register_auto_global()
6648 int zend_get_class_fetch_type(const char *class_name, uint class_name_len) /* {{{ */ in zend_get_class_fetch_type()
H A Dzend_compile.h112 uint lineno;
669 int zend_get_class_fetch_type(const char *class_name, uint class_name_len);
671 typedef zend_bool (*zend_auto_global_callback)(const char *name, uint name_len TSRMLS_DC);
674 uint name_len;
680 ZEND_API int zend_register_auto_global(const char *name, uint name_len, zend_bool jit, zend_auto_gl…
682 ZEND_API zend_bool zend_is_auto_global(const char *name, uint name_len TSRMLS_DC);
683 ZEND_API zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hashval TSRMLS_…
H A Dzend_config.nw.h30 typedef unsigned int uint; typedef
H A Dzend_config.w32.h44 typedef unsigned int uint; typedef
H A Dzend_constants.c179 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, in… in zend_register_long_constant()
193 ZEND_API void zend_register_double_constant(const char *name, uint name_len, double dval, int flags… in zend_register_double_constant()
207 ZEND_API void zend_register_stringl_constant(const char *name, uint name_len, char *strval, uint st… in zend_register_stringl_constant()
222 ZEND_API void zend_register_string_constant(const char *name, uint name_len, char *strval, int flag… in zend_register_string_constant()
227 static int zend_get_special_constant(const char *name, uint name_len, zend_constant **c TSRMLS_DC) in zend_get_special_constant()
286 ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC) in zend_get_constant()
315 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *… in zend_get_constant_ex()
H A Dzend_constants.h37 uint name_len;
63 ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC);
64 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *…
65 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, in…
66 ZEND_API void zend_register_double_constant(const char *name, uint name_len, double dval, int flags…
67 ZEND_API void zend_register_string_constant(const char *name, uint name_len, char *strval, int flag…
68 ZEND_API void zend_register_stringl_constant(const char *name, uint name_len, char *strval, uint st…
H A Dzend_exceptions.c874 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
H A Dzend_execute.h383 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
389 ZEND_API zend_class_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_…
390 ZEND_API zend_class_entry *zend_fetch_class_by_name(const char *class_name, uint class_name_len, co…
H A Dzend_execute_API.c405 ZEND_API uint zend_get_executed_lineno(TSRMLS_D) /* {{{ */ in zend_get_executed_lineno()
585 uint str_index_len; in zval_update_constant_ex()
1553 zend_class_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_type TSRM… in zend_fetch_class()
1608 zend_class_entry *zend_fetch_class_by_name(const char *class_name, uint class_name_len, const zend_… in zend_fetch_class_by_name()
H A Dzend_hash.c150 uint i = 3; in _zend_hash_init()
198 uint nIndex; in _zend_hash_add_or_update()
280 uint nIndex; in _zend_hash_quick_add_or_update()
369 uint nIndex; in _zend_hash_index_update_or_next_insert()
468 uint nIndex; in zend_hash_rehash()
488 uint nIndex; in zend_hash_del_key_or_index()
916 uint nIndex; in zend_hash_find()
939 uint nIndex; in zend_hash_quick_find()
966 uint nIndex; in zend_hash_exists()
988 uint nIndex; in zend_hash_quick_exists()
[all …]
H A Dzend_hash.h45 typedef ulong (*hash_func_t)(const char *arKey, uint nKeyLength);
56 uint nKeyLength;
67 uint nTableSize;
68 uint nTableMask;
69 uint nNumOfElements;
87 uint nKeyLength;
107 …_zend_hash_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, void *pData, uint nDat…
113 …_quick_add_or_update(HashTable *ht, const char *arKey, uint nKeyLength, ulong h, void *pData, uint
160 ZEND_API ulong zend_get_hash_value(const char *arKey, uint nKeyLength);
291 ZEND_API ulong zend_hash_func(const char *arKey, uint nKeyLength);
[all …]
H A Dzend_highlight.c57 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC) in zend_html_puts()
H A Dzend_highlight.h47 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC);
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()
428 uint display_string_length; in zend_ini_displayer_cb()
H A Dzend_ini.h67 uint name_length;
74 uint value_length;
77 uint orig_value_length;
97 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_len…
98 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_…
99 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
102 ZEND_API long zend_ini_long(char *name, uint name_length, int orig);
103 ZEND_API double zend_ini_double(char *name, uint name_length, int orig);
104 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig);
105 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
[all …]
H A Dzend_interfaces.c189 static int zend_user_it_get_current_key_default(zend_object_iterator *_iter, char **str_key, uint *…
198 ZEND_API int zend_user_it_get_current_key(zend_object_iterator *_iter, char **str_key, uint *str_ke… in zend_user_it_get_current_key()

Completed in 110 milliseconds

1234567