Home
last modified time | relevance | path

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

1234

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.h37 void phpdbg_list_file(zend_string *, uint, int, uint);
51 uint lines;
52 uint line[1];
H A Dphpdbg_list.c132 void phpdbg_list_file(zend_string *filename, uint count, int offset, uint highlight) /* {{{ */ in phpdbg_list_file()
134 uint line, lastline; in phpdbg_list_file()
156 uint linestart = data->line[line++]; in phpdbg_list_file()
157 uint linelen = data->line[line] - linestart; in phpdbg_list_file()
240 uint line; in phpdbg_compile_file()
264 *(dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint) * data.len)) = data; in phpdbg_compile_file()
268 dataptr->line[++line] = (uint)(bufptr - data.buf) + 1; in phpdbg_compile_file()
286 dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line); in phpdbg_compile_file()
338 uint line; in phpdbg_compile_string()
351 dataptr->line[++line] = (uint)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()
[all …]
H A Dphpdbg_bp.h124 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_str…
/PHP-7.1/Zend/
H A Dzend_ini.h43 uint name_length;
44 uint value_length;
84 ZEND_API zend_long zend_ini_long(char *name, uint name_length, int orig);
85 ZEND_API double zend_ini_double(char *name, uint name_length, int orig);
86 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig);
87 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
89 ZEND_API int zend_ini_register_displayer(char *name, uint name_length, void (*displayer)(zend_ini_e…
H A Dzend_string.c133 uint nIndex; in zend_new_interned_string_int()
134 uint idx; in zend_new_interned_string_int()
200 uint idx; in zend_interned_strings_snapshot_int()
216 uint nIndex; in zend_interned_strings_restore_int()
217 uint idx; in zend_interned_strings_restore_int()
H A Dzend_config.nw.h30 typedef unsigned int uint; typedef
H A Dzend.h181 …void (*error_function)(int type, const char *error_filename, const uint error_lineno, const char *…
198 uint import_use_extension_length;
229 ZEND_API ZEND_COLD void _zend_bailout(char *filename, uint lineno);
262 extern ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno…
H A Dzend_config.w32.h44 typedef unsigned int uint; typedef
H A Dzend_language_scanner.h37 uint lineno;
H A Dzend_ini.c403 ZEND_API int zend_ini_register_displayer(char *name, uint name_length, void (*displayer)(zend_ini_e… in zend_ini_register_displayer()
421 ZEND_API zend_long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long()
438 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double()
455 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
479 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string()
501 uint display_string_length; in zend_ini_displayer_cb()
H A Dzend_ts_hash.h40 ZEND_API void _zend_ts_hash_init(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool pe…
41 ZEND_API void _zend_ts_hash_init_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool…
H A Dzend_alloc.h53 uint lineno;
54 uint orig_lineno;
62 uint lineno;
63 uint orig_lineno;
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_hash.c28 static uint prime_numbers[] =
30 static uint num_prime_numbers = sizeof(prime_numbers) / sizeof(uint);
41 uint i; in zend_accel_hash_init()
H A Dzend_persist.h26 uint zend_accel_script_persist_calc(zend_persistent_script *script, char *key, unsigned int key_len…
H A Dzend_accelerator_util_funcs.h40 unsigned int zend_adler32(unsigned int checksum, signed char *buf, uint len);
H A Dzend_persist_calc.c56 uint idx; in zend_hash_persist_calc()
124 uint size; in zend_persist_zval_calc()
399 uint zend_accel_script_persist_calc(zend_persistent_script *new_persistent_script, char *key, unsig… in zend_accel_script_persist_calc()
/PHP-7.1/ext/phar/
H A Ddirstream.c143 static int phar_add_empty(HashTable *ht, char *arKey, uint nKeyLength) /* {{{ */ in phar_add_empty()
186 uint keylen; in phar_make_dirstream()
207 if (keylen <= (uint)dirlen) { in phar_make_dirstream()
208 if (keylen == 0 || keylen < (uint)dirlen || !strncmp(ZSTR_VAL(str_key), dir, dirlen)) { in phar_make_dirstream()
312 uint host_len; in phar_wrapper_open_dir()
388 if (ZSTR_LEN(str_key) > (uint)i_len && 0 == memcmp(ZSTR_VAL(str_key), internal_file, i_len)) { in phar_wrapper_open_dir()
418 uint host_len; in phar_wrapper_mkdir()
550 uint host_len; in phar_wrapper_rmdir()
553 uint path_len; in phar_wrapper_rmdir()
/PHP-7.1/main/
H A DSAPI.c183 uint content_type_length = (uint)strlen(SG(request_info).content_type); in sapi_read_post_data()
305 static inline char *get_default_content_type(uint prefix_len, uint *len) in get_default_content_type()
308 uint mimetype_len, charset_len; in get_default_content_type()
312 mimetype_len = (uint)strlen(SG(default_mimetype)); in get_default_content_type()
319 charset_len = (uint)strlen(SG(default_charset)); in get_default_content_type()
347 uint len; in sapi_get_default_content_type()
355 uint len; in sapi_get_default_content_type_header()
736 uint i; in sapi_header_op()
798 sapi_header.header_len = (uint)(newlen - 1); in sapi_header_op()
858 uint len = 0; in sapi_send_headers()
[all …]
H A Dwin95nt.h54 typedef unsigned int uint; typedef
H A Dphp_main.h33 PHPAPI int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_modules, uint n…
H A Dphp_output.h97 uint free:1;
98 uint _reserved:31;
/PHP-7.1/ext/standard/tests/strings/
H A Dbug36306.phpt7 PHP does not have uint values, you cannot
/PHP-7.1/ext/standard/
H A Dhead.c49 ctr.line_len = (uint)len; in PHP_FUNCTION()
65 ctr.line_len = (uint)len; in PHP_FUNCTION()
183 ctr.line_len = (uint)strlen(cookie); in php_setcookie()
/PHP-7.1/ext/com_dotnet/
H A Dcom_olechar.c77 uint length = 0; in php_com_olestring_to_string()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_debug.c252 if ((uint) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD()
323 if ((uint) zend_stack_count(&self->call_stack) >= self->nest_level_limit) { in MYSQLND_METHOD()
352 uint func_name_len = strlen(*func_name); in MYSQLND_METHOD()
404 if ((uint) zend_stack_count(&self->call_time_stack)) { in MYSQLND_METHOD()

Completed in 66 milliseconds

1234