/PHP-8.2/ext/bz2/ |
H A D | bz2_filter.c | 36 size_t inbuf_len; 37 size_t outbuf_len; 69 size_t *bytes_consumed, in php_bz2_decompress_filter() 75 size_t consumed = 0; in php_bz2_decompress_filter() 89 size_t bin = 0, desired; in php_bz2_decompress_filter() 139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() 161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() 208 size_t *bytes_consumed, in php_bz2_compress_filter() 214 size_t consumed = 0; in php_bz2_compress_filter() 226 size_t bin = 0, desired; in php_bz2_compress_filter() [all …]
|
/PHP-8.2/main/ |
H A D | spprintf.c | 170 while (s_len < (size_t)precision) { \ 179 static size_t strnlen(const char *s, size_t maxlen) { in strnlen() 191 size_t s_len; in xbuf_format_converter() 376 if (adjust_precision && (size_t)precision < s_len) { in xbuf_format_converter() 392 i_num = (int64_t) va_arg(ap, size_t); in xbuf_format_converter() 434 i_num = (int64_t) va_arg(ap, size_t); in xbuf_format_converter() 480 ui_num = (uint64_t) va_arg(ap, size_t); in xbuf_format_converter() 520 ui_num = (uint64_t) va_arg(ap, size_t); in xbuf_format_converter() 697 ui_num = (uint64_t)((size_t) va_arg(ap, char *)); in xbuf_format_converter() 747 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in xbuf_format_converter() [all …]
|
H A D | fopen_wrappers.c | 137 size_t resolved_basedir_len; 138 size_t resolved_name_len; 139 size_t path_len; 215 size_t basedir_len = strlen(basedir); 353 size_t length; 417 size_t path_len = strlen(path_info); 553 size_t len = strlen(ptr); 640 size_t filename_length; 679 size_t path_length = strlen(path); 773 size_t copy_len; [all …]
|
H A D | php_ini.h | 28 PHPAPI zval *cfg_get_entry(const char *name, size_t name_length); 36 PHPAPI void php_ini_activate_per_dir_config(char *path, size_t path_len); 37 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len);
|
/PHP-8.2/main/streams/ |
H A D | streams.c | 168 size_t l = 0; in php_stream_display_wrapper_errors() 832 size_t len; in _php_stream_puts() 864 size_t avail; in php_stream_locate_eol() 984 size_t toread; in _php_stream_get_line() 1457 size_t mapped; in _php_stream_passthru() 1575 size_t towrite; in _php_stream_copy_to_stream_ex() 1576 size_t dummy; in _php_stream_copy_to_stream_ex() 1605 const size_t cfr_max = MIN(maxlen, (size_t)SSIZE_MAX); in _php_stream_copy_to_stream_ex() 1614 size_t nbytes = (size_t)result; in _php_stream_copy_to_stream_ex() 1774 size_t len; in _php_stream_copy_to_stream() [all …]
|
H A D | php_stream_glob_wrapper.h | 22 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen STREAMS_DC); 25 PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *plen STREAMS_DC);
|
/PHP-8.2/ext/hash/ |
H A D | hash.c | 135 static inline size_t align_to(size_t pos, size_t alignment) { in align_to() 141 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec() 142 size_t count, alignment; in parse_serialize_spec() 427 size_t data_len; in PHP_FUNCTION() 449 size_t data_len; in PHP_FUNCTION() 466 size_t i; in php_hash_string_xor_char() 473 size_t i; in php_hash_string_xor() 657 size_t i, block_size; in PHP_FUNCTION() 786 size_t digest_len; in PHP_FUNCTION() 902 size_t i; in PHP_FUNCTION() [all …]
|
H A D | php_hash_md.h | 33 PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX *context, const unsigned char *, size_t); 47 PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned char *, size_t);
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 118 size_t len; 159 size_t); 163 size_t); 165 size_t); 174 size_t len; 176 size_t); 429 size_t i; in apprentice_1() 486 size_t i; in file_ms_free() 579 size_t i; in mlist_free_all() 1825 size_t i; in parse() [all …]
|
H A D | strcasestr.c | 49 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp() 72 size_t len; in strcasestr()
|
H A D | buffer.c | 45 size_t len) in buffer_init() 76 b->elen = CAST(size_t, b->st.st_size) < b->flen ? in buffer_fill() 77 CAST(size_t, b->st.st_size) : b->flen; in buffer_fill()
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_base64.c | 34 static size_t mb_base64_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… 35 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 249 static size_t mb_base64_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize,… in mb_base64_to_wchar() 300 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_base64()
|
H A D | mbfilter_sjis.c | 40 static size_t mb_sjis_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… 41 static void mb_wchar_to_sjis(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 254 static size_t mb_sjis_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… in mb_sjis_to_wchar() 293 static void mb_wchar_to_sjis(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_sjis()
|
H A D | mbfilter_uuencode.c | 33 static size_t mb_uuencode_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsiz… 34 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 169 static size_t mb_uuencode_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsiz… in mb_uuencode_to_wchar() 247 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_uuencode()
|
H A D | mbfilter_utf8.c | 52 static size_t mb_utf8_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… 53 static void mb_wchar_to_utf8(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 219 static size_t mb_utf8_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, u… in mb_utf8_to_wchar() 310 static void mb_wchar_to_utf8(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_utf8()
|
H A D | mbfilter_euc_jp.c | 37 static size_t mb_eucjp_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, … 38 static void mb_wchar_to_eucjp(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 253 static size_t mb_eucjp_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, … in mb_eucjp_to_wchar() 315 static void mb_wchar_to_eucjp(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_eucjp()
|
/PHP-8.2/ext/standard/ |
H A D | crypt_sha256.c | 31 char * __php_stpncpy(char *dst, const char *src, size_t len) in __php_stpncpy() 33 size_t n = strlen(src); in __php_stpncpy() 40 void * __php_mempcpy(void * dst, const void * src, size_t len) in __php_mempcpy() 98 size_t nwords = len / sizeof (uint32_t); in sha256_process_block() 217 size_t pad; in sha256_finish_ctx() 250 size_t left_over = ctx->buflen; in sha256_process_bytes() 290 size_t left_over = ctx->buflen; in sha256_process_bytes() 336 size_t salt_len; in php_sha256_crypt_r() 337 size_t key_len; in php_sha256_crypt_r() 338 size_t cnt; in php_sha256_crypt_r() [all …]
|
/PHP-8.2/ext/json/ |
H A D | php_json.h | 100 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options); 104 PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const char *str, size_t str_len, ze… 106 static inline zend_result php_json_decode(zval *return_value, const char *str, size_t str_len, bool… in php_json_decode()
|
/PHP-8.2/sapi/cli/ |
H A D | php_cli_server.c | 126 size_t vpath_len; 130 size_t path_info_len; 136 size_t content_len; 138 size_t ext_len; 191 size_t router_len; 317 size_t s = 0; in get_template_string() 605 size_t new_val_len; in sapi_cli_server_register_variable() 883 size_t i; in php_cli_server_poller_iter_on_active() 1004 size_t retval = 0; in php_cli_server_buffer_size() 1631 size_t vpath_len; in php_cli_server_client_read_request_on_path() [all …]
|
H A D | php_cli_process_title.c | 29 size_t title_len; in PHP_FUNCTION() 49 size_t length = 0; in PHP_FUNCTION()
|
/PHP-8.2/win32/ |
H A D | ioutil.c | 288 size_t path_len; in php_win32_ioutil_mkdir_w() 521 PW32IO size_t php_win32_ioutil_dirname(char *path, size_t len) in php_win32_ioutil_dirname() 524 size_t ret_len, len_adjust = 0, pathw_len; in php_win32_ioutil_dirname() 604 size_t ret_len = len; in php_win32_ioutil_normalize_path_w() 740 return (size_t)-1; in php_win32_ioutil_realpath_h() 743 return (size_t)-1; in php_win32_ioutil_realpath_h() 751 return (size_t)-1; in php_win32_ioutil_realpath_h() 778 size_t ret_len; in php_win32_ioutil_realpath_w_ex0() 796 if ((size_t)-1 == ret_len) { in php_win32_ioutil_realpath_w_ex0() 1165 size_t target_len; in php_win32_ioutil_readlink_w() [all …]
|
/PHP-8.2/ext/dba/libflatfile/ |
H A D | flatfile.h | 22 size_t dsize; 29 size_t CurrentFlatFilePos;
|
/PHP-8.2/ext/ftp/ |
H A D | php_ftp.c | 153 size_t host_len; in PHP_FUNCTION() 190 size_t host_len; in PHP_FUNCTION() 303 size_t dir_len; in PHP_FUNCTION() 328 size_t cmd_len; in PHP_FUNCTION() 353 size_t cmd_len; in PHP_FUNCTION() 372 size_t dir_len; in PHP_FUNCTION() 397 size_t dir_len; in PHP_FUNCTION() 474 size_t dir_len; in PHP_FUNCTION() 500 size_t dir_len; in PHP_FUNCTION() 527 size_t dir_len; in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | extern.h | 55 extern LIBUDIS86_DLLEXTERN void ud_set_input_buffer(struct ud*, const uint8_t*, size_t); 65 extern LIBUDIS86_DLLEXTERN void ud_input_skip(struct ud*, size_t); 101 extern LIBUDIS86_DLLEXTERN void ud_set_asm_buffer(struct ud *u, char *buf, size_t size);
|
/PHP-8.2/Zend/ |
H A D | zend_language_scanner.l | 528 size_t size; in open_file_for_scanning() 867 size_t length; in zend_multibyte_yyinput_again() 903 size_t sz = 0; \ 1126 size_t sz = 0; in zend_scan_escape_string() 1163 size_t newline_len; in strip_multiline_string_indentation() 1181 size_t skip; in strip_multiline_string_indentation() 1246 size_t used = 0; in report_bad_nesting() 2032 size_t i; 2286 size_t readsize; 2288 size_t sz = 0; [all …]
|