Home
last modified time | relevance | path

Searched refs:size_t (Results 151 – 175 of 652) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c37 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t in internal_parse_to_timestamp()
84 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t in internal_parse_to_localtime()
131 size_t text_len =0; in PHP_FUNCTION()
157 if((size_t)parse_pos > text_len) { in PHP_FUNCTION()
176 size_t text_len =0; in PHP_FUNCTION()
202 if((size_t)parse_pos > text_len) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h118 ssize_t (*write)(php_stream *stream, const char *buf, size_t count);
119 ssize_t (*read)(php_stream *stream, char *buf, size_t count);
222 size_t readbuflen;
227 size_t chunk_size;
311 PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len);
317 PHPAPI int _php_stream_fill_read_buffer(php_stream *stream, size_t size);
337 PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t maxlen, size_t *returned_le…
341 … zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, size_t d…
451 #define PHP_STREAM_COPY_ALL ((size_t)-1)
455 PHPAPI size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, size_t maxlen STREAMS_D…
[all …]
H A Dfopen_wrappers.c85 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
146 size_t resolved_basedir_len;
147 size_t resolved_name_len;
148 size_t path_len;
224 size_t basedir_len = strlen(basedir);
365 size_t length;
551 size_t len = strlen(ptr);
640 size_t filename_length;
679 size_t path_length = strlen(path);
777 size_t copy_len;
[all …]
H A Dphp_ini.h30 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length);
38 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len);
39 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len);
/PHP-7.4/ext/enchant/
H A Denchant.c536 size_t taglen; in PHP_FUNCTION()
584 size_t pwllen; in PHP_FUNCTION()
646 size_t taglen; in PHP_FUNCTION()
672 size_t ptaglen; in PHP_FUNCTION()
711 size_t wordlen; in PHP_FUNCTION()
728 size_t n_sugg; in PHP_FUNCTION()
737 size_t i; in PHP_FUNCTION()
757 size_t wordlen; in PHP_FUNCTION()
776 size_t wordlen; in PHP_FUNCTION()
779 size_t n_sugg; in PHP_FUNCTION()
[all …]
/PHP-7.4/main/streams/
H A Dphp_stream_glob_wrapper.h24 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC);
27 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c47 #define SIZE_MAX ((size_t)~0)
86 size_t lineno) in file_error_core()
140 file_oomem(struct magic_set *ms, size_t len) in file_oomem()
207 const void *buf, size_t nb) in file_buffer()
417 size_t psize, len; in file_getbuffer()
446 size_t bytesconsumed; in file_getbuffer()
456 CAST(size_t, eop - op), &state); in file_getbuffer()
494 size_t len; in file_check_mem()
514 protected size_t
528 size_t rep_cnt = 0; in file_replace()
[all …]
H A Dstrcasestr.c49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
72 size_t len; in strcasestr()
/PHP-7.4/Zend/
H A Dzend_extensions.h74 typedef size_t (*op_array_persist_calc_func_t)(zend_op_array *op_array);
75 typedef size_t (*op_array_persist_func_t)(zend_op_array *op_array, void *mem);
152 ZEND_API size_t zend_extensions_op_array_persist_calc(zend_op_array *op_array);
153 ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array, void *mem);
H A Dzend_API.h43 size_t size;
295 ZEND_API int zend_disable_class(char *class_name, size_t class_name_length);
324 …perty_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
332 …stant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_…
345 …d_class_entry *scope, zval *object, const char *name, size_t name_length, const char *value, size_…
355 …ty_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_…
393 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len);
399 …API int add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
443 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len);
449 …int add_property_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l…
[all …]
H A Dzend_ts_hash.h90 ZEND_API zval *zend_ts_hash_str_find(TsHashTable *ht, const char *key, size_t len);
91 ZEND_API zval *zend_ts_hash_str_update(TsHashTable *ht, const char *key, size_t len, zval *pData);
92 ZEND_API zval *zend_ts_hash_str_add(TsHashTable *ht, const char *key, size_t len, zval *pData);
94 static zend_always_inline void *zend_ts_hash_str_find_ptr(TsHashTable *ht, const char *str, size_t in zend_ts_hash_str_find_ptr()
102 …inline void *zend_ts_hash_str_update_ptr(TsHashTable *ht, const char *str, size_t len, void *pData) in zend_ts_hash_str_update_ptr()
111 static zend_always_inline void *zend_ts_hash_str_add_ptr(TsHashTable *ht, const char *str, size_t l… in zend_ts_hash_str_add_ptr()
H A Dzend_string.h28 typedef zend_string *(ZEND_FASTCALL *zend_string_init_interned_func_t)(const char *str, size_t size…
34 ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func(const char *str, size_t len);
134 static zend_always_inline zend_string *zend_string_alloc(size_t len, int persistent) in zend_string_alloc()
145 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc()
156 static zend_always_inline zend_string *zend_string_init(const char *str, size_t len, int persistent) in zend_string_init()
182 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persiste… in zend_string_realloc()
202 static zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, int persisten… in zend_string_extend()
223 static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, int persist… in zend_string_truncate()
244 …s_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m, size_t l, int p… in zend_string_safe_realloc()
367 static zend_always_inline zend_ulong zend_inline_hash_func(const char *str, size_t len) in zend_inline_hash_func()
H A Dzend_language_scanner.l517 size_t size; in open_file_for_scanning()
843 size_t length; in zend_multibyte_yyinput_again()
879 size_t sz = 0; \
989 size_t len = 0; in zend_scan_escape_string()
1101 size_t sz = 0; in zend_scan_escape_string()
1138 size_t newline_len; in strip_multiline_string_indentation()
1156 size_t skip; in strip_multiline_string_indentation()
1832 size_t i;
2085 size_t readsize;
2087 size_t sz = 0;
[all …]
/PHP-7.4/ext/session/
H A Dmod_files.c96 size_t basedir_len;
97 size_t dirdepth;
98 size_t st_size;
111 size_t key_len; in ps_files_path_create()
114 size_t n; in ps_files_path_create()
233 size_t n = 0; in ps_files_write()
273 if (n == (size_t)-1) { in ps_files_write()
292 size_t dirname_len; in ps_files_cleanup_dir()
317 size_t entry_len = strlen(entry->d_name); in ps_files_cleanup_dir()
377 size_t dirdepth = 0; in PS_OPEN_FUNC()
[all …]
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c28 size_t inbuf_len;
30 size_t outbuf_len;
57 size_t *bytes_consumed, in php_zlib_inflate_filter()
63 size_t consumed = 0; in php_zlib_inflate_filter()
75 size_t bin = 0, desired; in php_zlib_inflate_filter()
108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter()
174 size_t *bytes_consumed, in php_zlib_deflate_filter()
180 size_t consumed = 0; in php_zlib_deflate_filter()
192 size_t bin = 0, desired; in php_zlib_deflate_filter()
[all …]
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c38 size_t inbuf_len;
39 size_t outbuf_len;
71 size_t *bytes_consumed, in php_bz2_decompress_filter()
77 size_t consumed = 0; in php_bz2_decompress_filter()
91 size_t bin = 0, desired; in php_bz2_decompress_filter()
140 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter()
162 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter()
209 size_t *bytes_consumed, in php_bz2_compress_filter()
215 size_t consumed = 0; in php_bz2_compress_filter()
227 size_t bin = 0, desired; in php_bz2_compress_filter()
[all …]
H A Dbz2.c136 static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
139 size_t ret = 0; in php_bz2iop_read()
143 size_t remain = count - ret; in php_bz2iop_read()
173 size_t remain = count - wrote; in php_bz2iop_write()
406 size_t mode_len; in PHP_FUNCTION()
435 size_t stream_mode_len; in PHP_FUNCTION()
526 size_t source_len; /* Length of the source data */ in PHP_FUNCTION()
571 size_t source_len; in PHP_FUNCTION()
624 dest = zend_string_safe_realloc(dest, 1, (size_t)size, 1, 0); in PHP_FUNCTION()
625 ZSTR_LEN(dest) = (size_t)size; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.h24 size_t dsize;
31 size_t CurrentFlatFilePos;
/PHP-7.4/ext/hash/
H A Dhash_sha3.c159 size_t count, in PHP_SHA3_Update()
160 size_t block_size) { in PHP_SHA3_Update()
162 size_t len = block_size - ctx->pos; in PHP_SHA3_Update()
183 size_t block_size, in PHP_SHA3_Final()
184 size_t digest_size) { in PHP_SHA3_Final()
185 size_t len = digest_size; in PHP_SHA3_Final()
214 size_t inputLen) { \
260 size_t inputLen) { \
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c32 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy()
34 size_t n = strlen(src); in __php_stpncpy()
41 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy()
99 size_t nwords = len / sizeof (uint32_t); in sha256_process_block()
218 size_t pad; in sha256_finish_ctx()
251 size_t left_over = ctx->buflen; in sha256_process_bytes()
291 size_t left_over = ctx->buflen; in sha256_process_bytes()
337 size_t salt_len; in php_sha256_crypt_r()
338 size_t key_len; in php_sha256_crypt_r()
339 size_t cnt; in php_sha256_crypt_r()
[all …]
H A Dphp_filestat.h80 typedef size_t php_stat_len;
82 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
83 PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
H A Dbasic_functions.h158 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
159 PHPAPI int php_prefix_varname(zval *result, const zval *prefix, const char *var_name, size_t var_na…
227 size_t mmap_len;
254 size_t key_len;
266 PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, p…
267 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len);
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c125 size_t vpath_len;
129 size_t path_info_len;
135 size_t content_len;
137 size_t ext_len;
168 size_t addr_str_len;
194 size_t router_len;
318 size_t s = 0; in get_template_string()
655 size_t new_val_len; in sapi_cli_server_register_variable()
884 size_t i; in php_cli_server_poller_iter_on_active()
1005 size_t retval = 0; in php_cli_server_buffer_size()
[all …]
/PHP-7.4/win32/
H A Dioutil.c290 size_t path_len; in php_win32_ioutil_mkdir_w()
523 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname()
526 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname()
606 size_t ret_len = len; in php_win32_ioutil_normalize_path_w()
742 return (size_t)-1; in php_win32_ioutil_realpath_h()
745 return (size_t)-1; in php_win32_ioutil_realpath_h()
753 return (size_t)-1; in php_win32_ioutil_realpath_h()
780 size_t ret_len; in php_win32_ioutil_realpath_w_ex0()
798 if ((size_t)-1 == ret_len) { in php_win32_ioutil_realpath_w_ex0()
1168 size_t target_len; in php_win32_ioutil_readlink_w()
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h122 size_t size; /* size of used shared memory */
124 size_t arena_size;
251 size_t map_ptr_last;
309 accel_time_t zend_get_file_handle_timestamp(zend_file_handle *file_handle, size_t *size);
312 int zend_accel_invalidate(const char *filename, size_t filename_len, zend_bool force);
316 char *accel_make_persistent_key(const char *path, size_t path_length, int *key_len);

Completed in 116 milliseconds

12345678910>>...27