Home
last modified time | relevance | path

Searched refs:uint (Results 1 – 25 of 149) sorted by relevance

123456

/PHP-5.3/main/
H A Dphp_output.h24 …pedef void (*php_output_handler_func_t)(char *output, uint output_len, char **handled_output, uint
31 PHPAPI int php_default_output_func(const char *str, uint str_len TSRMLS_DC);
32 PHPAPI int php_ub_body_write(const char *str, uint str_length TSRMLS_DC);
33 PHPAPI int php_ub_body_write_no_header(const char *str, uint str_length TSRMLS_DC);
34 PHPAPI int php_body_write(const char *str, uint str_length TSRMLS_DC);
35 PHPAPI int php_header_write(const char *str, uint str_length TSRMLS_DC);
69 uint size;
70 uint text_length;
72 uint chunk_size;
77 uint internal_output_handler_buffer_size;
[all …]
H A Doutput.c35 static int php_b_body_write(const char *str, uint str_length TSRMLS_DC);
37 static int php_ob_init(uint initial_size, uint block_size, zval *output_handler, uint chunk_size, z…
40 static void php_ob_prepend(const char *text, uint text_length);
117 PHPAPI int php_body_write(const char *str, uint str_length TSRMLS_DC) in php_body_write()
139 uint initial_size, block_size; in php_start_ob_buffer()
406 static inline void php_ob_allocate(uint text_length TSRMLS_DC) in php_ob_allocate()
408 uint new_len = OG(active_ob_buffer).text_length + text_length; in php_ob_allocate()
411 uint buf_size = OG(active_ob_buffer).size; in php_ob_allocate()
437 static int php_ob_init_named(uint initial_size, uint block_size, char *handler_name, zval *output_h… in php_ob_init_named()
492 static int php_ob_init(uint initial_size, uint block_size, zval *output_handler, uint chunk_size, z… in php_ob_init()
[all …]
H A Dphp_ini.h31 PHPAPI zval *cfg_get_entry(const char *name, uint name_length);
39 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC);
40 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC);
H A DSAPI.h53 uint header_len;
85 uint post_data_length, raw_post_data_length;
165 uint line_len;
181 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_…
235 int (*read_post)(char *buffer, uint count_bytes TSRMLS_DC);
274 uint content_type_len;
H A Dphp_main.h33 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint n…
49 PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
/PHP-5.3/Zend/
H A Dzend_ts_hash.h52 … _zend_ts_hash_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, void *pData, uint nDat…
58 …hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *pData, uint
70 ZEND_API int zend_ts_hash_add_empty_element(TsHashTable *ht, char *arKey, uint nKeyLength);
81 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, …
87 ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength);
90 ZEND_API int zend_ts_hash_find(TsHashTable *ht, char *arKey, uint nKeyLength, void **pData);
91 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *…
95 ZEND_API int zend_ts_hash_exists(TsHashTable *ht, char *arKey, uint nKeyLength);
99 …TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
100 …h(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
[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_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_ts_hash.c102 … _zend_ts_hash_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, void *pData, uint nDat… in _zend_ts_hash_add_or_update()
113 …hash_quick_add_or_update(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *pData, uint in _zend_ts_hash_quick_add_or_update()
135 ZEND_API int zend_ts_hash_add_empty_element(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_hash_add_empty_element()
190 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, … in zend_ts_hash_del_key_or_index()
201 ZEND_API ulong zend_ts_get_hash_value(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_get_hash_value()
212 ZEND_API int zend_ts_hash_find(TsHashTable *ht, char *arKey, uint nKeyLength, void **pData) in zend_ts_hash_find()
223 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *… in zend_ts_hash_quick_find()
245 ZEND_API int zend_ts_hash_exists(TsHashTable *ht, char *arKey, uint nKeyLength) in zend_ts_hash_exists()
267 …(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy()
276 …sh(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy_to_hash()
[all …]
H A Dzend_ini.h69 uint name_length;
76 uint value_length;
79 uint orig_value_length;
99 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_len…
100 ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_…
101 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
104 ZEND_API long zend_ini_long(char *name, uint name_length, int orig);
105 ZEND_API double zend_ini_double(char *name, uint name_length, int orig);
106 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig);
107 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
[all …]
H A Dzend_hash.c142 uint i = 3; in _zend_hash_init()
206 uint nIndex; in _zend_hash_add_or_update()
275 uint nIndex; in _zend_hash_quick_add_or_update()
352 uint nIndex; in _zend_hash_index_update_or_next_insert()
443 uint nIndex; in zend_hash_rehash()
460 uint nIndex; in zend_hash_del_key_or_index()
874 uint nIndex; in zend_hash_find()
898 uint nIndex; in zend_hash_quick_find()
926 uint nIndex; in zend_hash_exists()
949 uint nIndex; in zend_hash_quick_exists()
[all …]
H A Dzend_API.h276 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC);
352 ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC);
362 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
363 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len);
364 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
365 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
366 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
368 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length,…
369 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
405 …I int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len…
[all …]
H A Dzend_ini.c245 ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_len… in zend_alter_ini_entry()
253 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()
307 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */ in zend_restore_ini_entry()
329 ZEND_API int zend_ini_register_displayer(char *name, uint name_length, void (*displayer)(zend_ini_e… in zend_ini_register_displayer()
346 ZEND_API long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long()
363 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double()
380 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
404 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string()
426 uint display_string_length; in zend_ini_displayer_cb()
H A Dzend_operators.h314 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2);
315 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
316 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
317 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len…
H A Dzend_config.nw.h30 typedef unsigned int uint; typedef
H A Dzend_constants.c177 ZEND_API void zend_register_long_constant(const char *name, uint name_len, long lval, int flags, in… in zend_register_long_constant()
191 ZEND_API void zend_register_double_constant(const char *name, uint name_len, double dval, int flags… in zend_register_double_constant()
205 ZEND_API void zend_register_stringl_constant(const char *name, uint name_len, char *strval, uint st… in zend_register_stringl_constant()
220 ZEND_API void zend_register_string_constant(const char *name, uint name_len, char *strval, int flag… in zend_register_string_constant()
226 ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC) in zend_get_constant()
277 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.h203 #define ZEND_FILE_LINE_D char *__zend_filename, uint __zend_lineno
205 #define ZEND_FILE_LINE_ORIG_D char *__zend_orig_filename, uint __zend_orig_lineno
474 …void (*error_function)(int type, const char *error_filename, const uint error_lineno, const char *…
476 int (*write_function)(const char *str, uint str_length);
481 int (*get_configuration_directive)(const char *name, uint name_length, zval *contents);
492 uint import_use_extension_length;
496 typedef int (*zend_write_func_t)(const char *str, uint str_length);
541 ZEND_API void _zend_bailout(char *filename, uint lineno);
624 extern ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno…
651 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents);
H A Dzend_highlight.h48 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC);
H A Dzend_language_scanner.h36 uint lineno;
/PHP-5.3/win32/
H A Dselect.c70 FD_SET((uint)i, &sock_read); in php_select()
73 FD_SET((uint)i, &sock_write); in php_select()
76 FD_SET((uint)i, &sock_except); in php_select()
139 FD_SET((uint)handle_slot_to_fd[i], &aread); in php_select()
142 FD_SET((uint)handle_slot_to_fd[i], &awrite); in php_select()
145 FD_SET((uint)handle_slot_to_fd[i], &aexcept); in php_select()
/PHP-5.3/ext/com_dotnet/
H A Dcom_olechar.c33 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string, uint string_len, int codepage… in php_com_string_to_olestring()
68 PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, uint *string_len, int code… in php_com_olestring_to_string()
71 uint length = 0; in php_com_olestring_to_string()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_php_trace.c72 uint lineno = 0; in fpm_php_trace_dump()
112 uint *lu = (uint *) &l; in fpm_php_trace_dump()
/PHP-5.3/sapi/embed/
H A Dphp_embed.c47 static inline size_t php_embed_single_write(const char *str, uint str_length) in php_embed_single_write()
64 static int php_embed_ub_write(const char *str, uint str_length TSRMLS_DC) in php_embed_ub_write()
67 uint remaining = str_length; in php_embed_ub_write()
/PHP-5.3/ext/phar/
H A Ddirstream.c99 uint keylen; in phar_dir_read()
198 uint keylen; in phar_make_dirstream()
220 if (keylen <= (uint)dirlen) { in phar_make_dirstream()
221 if (keylen < (uint)dirlen || !strncmp(str_key, dir, dirlen)) { in phar_make_dirstream()
328 uint keylen; in phar_wrapper_open_dir()
332 uint host_len; in phar_wrapper_open_dir()
410 if (keylen > (uint)i_len && 0 == memcmp(str_key, internal_file, i_len)) { in phar_wrapper_open_dir()
442 uint host_len; in phar_wrapper_mkdir()
574 uint host_len; in phar_wrapper_rmdir()
577 uint key_len; in phar_wrapper_rmdir()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dbug36306.phpt7 PHP does not have uint values, you cannot

Completed in 84 milliseconds

123456