/PHP-8.2/sapi/fuzzer/ |
H A D | fuzzer-sapi.c | 68 static size_t ub_write(const char *str, size_t str_length) in ub_write() 142 size_t ini_len = sizeof(HARDCODED_INI); in fuzzer_init_php() 143 size_t extra_ini_len = extra_ini ? strlen(extra_ini) : 0; in fuzzer_init_php() 242 char *filename, const char *data, size_t data_len, bool execute, in fuzzer_do_request_from_buffer()
|
/PHP-8.2/TSRM/ |
H A D | TSRM.h | 91 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… 94 TSRM_API void tsrm_reserve(size_t size); 95 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca… 136 TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void);
|
/PHP-8.2/main/ |
H A D | php_variables.h | 38 PHPAPI void php_register_variable_safe(const char *var, const char *val, size_t val_len, zval *trac… 40 PHPAPI void php_register_known_variable(const char *var, size_t var_len, zval *value, zval *track_v…
|
/PHP-8.2/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-SnP.h | 48 size_t KeccakF1600_FastLoop_Absorb(void *state, unsigned int laneCount, const unsigned char *data, …
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 150 size_t dir_len; in _xmlwriter_get_valid_file_path() 209 size_t name_len; in ZEND_GET_MODULE() 303 size_t name_len, prefix_len, uri_len; in PHP_FUNCTION() 331 size_t name_len, content_len; in PHP_FUNCTION() 437 size_t name_len, content_len; in PHP_FUNCTION() 529 size_t name_len, content_len; in PHP_FUNCTION() 748 size_t name_len, content_len; in PHP_FUNCTION() 790 size_t name_len, content_len; in PHP_FUNCTION() 818 size_t name_len; in PHP_FUNCTION() 853 size_t name_len, content_len; in PHP_FUNCTION() [all …]
|
/PHP-8.2/ext/standard/ |
H A D | http.c | 25 const char *num_prefix, size_t num_prefix_len, in php_url_encode_hash_ex() 26 const char *key_prefix, size_t key_prefix_len, in php_url_encode_hash_ex() 27 const char *key_suffix, size_t key_suffix_len, in php_url_encode_hash_ex() 33 size_t arg_sep_len, newprefix_len, prop_len; in php_url_encode_hash_ex() 116 size_t ekey_len; in php_url_encode_hash_ex() 227 size_t arg_sep_len = 0, prefix_len = 0; in PHP_FUNCTION()
|
H A D | php_filestat.h | 41 typedef size_t php_stat_len; 43 PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *filename, size_t filename_l…
|
H A D | quot_print.c | 50 PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_b… in php_quot_print_decode() 52 size_t i; in php_quot_print_decode() 57 size_t decoded_len, buf_size; in php_quot_print_decode() 144 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length) /* {{{ */ in php_quot_print_encode() 202 size_t i = 0, j = 0, k; in PHP_FUNCTION()
|
H A D | metaphone.c | 23 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… 162 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… in metaphone() 165 size_t p_idx = 0; /* end of the phoned phrase */ in metaphone() 166 size_t max_buffer_len = 0; /* maximum length of the destination buffer */ in metaphone() 251 (max_phonemes == 0 || Phone_Len < (size_t)max_phonemes); in metaphone()
|
/PHP-8.2/ext/date/lib/ |
H A D | timelib.c | 124 size_t tz_abbr_len = strlen(tz_abbr); in timelib_time_tz_abbr_update() 259 size_t len; in timelib_strcasecmp() 260 size_t len1 = strlen(s1); in timelib_strcasecmp() 261 size_t len2 = strlen(s2); in timelib_strcasecmp() 280 int timelib_strncasecmp(const char *s1, const char *s2, size_t length) in timelib_strncasecmp() 282 size_t len; in timelib_strncasecmp() 283 size_t len1 = strlen(s1); in timelib_strncasecmp() 284 size_t len2 = strlen(s2); in timelib_strncasecmp()
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cp51932.c | 38 static size_t mb_cp51932_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize… 39 static void mb_wchar_to_cp51932(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 275 static size_t mb_cp51932_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize… in mb_cp51932_to_wchar() 341 static void mb_wchar_to_cp51932(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_cp51932()
|
H A D | mbfilter_euc_tw.c | 36 static size_t mb_euctw_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, … 37 static void mb_wchar_to_euctw(uint32_t *in, size_t len, mb_convert_buf *buf, bool end); 260 static size_t mb_euctw_to_wchar(unsigned char **in, size_t *in_len, uint32_t *buf, size_t bufsize, … in mb_euctw_to_wchar() 330 static void mb_wchar_to_euctw(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_euctw()
|
/PHP-8.2/win32/ |
H A D | winutil.h | 31 int php_win32_check_trailing_space(const char * path, const size_t path_len); 32 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size);
|
/PHP-8.2/ext/phar/ |
H A D | dirstream.h | 28 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count); 29 static ssize_t phar_dir_read( php_stream *stream, char *buf, size_t count);
|
/PHP-8.2/ext/ffi/tests/ |
H A D | 100.phpt | 23 extern size_t (*zend_printf)(const char *format, ...); 25 unsigned long $fastcall zend_hash_func(const char *str, size_t len); 27 void $fastcall zend_str_tolower(char *str, size_t length);
|
H A D | 101.phpt | 23 extern size_t (*zend_printf)(const char *format, ...); 25 unsigned long $fastcall zend_hash_func(const char *str, size_t len); 27 void $fastcall zend_str_tolower(char *str, size_t length);
|
/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.h | 61 size_t num_illegalchar; 71 …d char* mbfl_convert_filter_feed_string(mbfl_convert_filter *filter, unsigned char *p, size_t len); 84 MBFLAPI extern zend_string* mb_fast_convert(unsigned char *in, size_t in_len, const mbfl_encoding *…
|
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_util.c | 50 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t… in grapheme_substr_ascii() 99 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16() 217 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() 333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii() 342 if (needle_len > (size_t)-offset) { in grapheme_strrpos_ascii()
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapilib.h | 171 ssize_t LSAPI_ReadReqBody_r( LSAPI_Request * pReq, char * pBuf, size_t len ); 175 int LSAPI_ReqBodyGetLine_r( LSAPI_Request * pReq, char * pBuf, size_t bufLen, int *getLF ); 180 ssize_t LSAPI_Write_r( LSAPI_Request * pReq, const char * pBuf, size_t len ); 182 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ); 184 ssize_t LSAPI_Write_Stderr_r( LSAPI_Request * pReq, const char * pBuf, size_t len ); 316 static inline ssize_t LSAPI_ReadReqBody( char * pBuf, size_t len ) in LSAPI_ReadReqBody() 333 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()
|
/PHP-8.2/ext/random/ |
H A D | engine_user.c | 28 size_t size; in generate() 48 for (size_t i = 0; i < size; i++) { in generate()
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | types.h | 181 size_t inp_buf_size; 182 size_t inp_buf_index; 184 size_t inp_ctr; 197 size_t asm_buf_size; 198 size_t asm_buf_fill;
|
/PHP-8.2/ext/fileinfo/ |
H A D | libmagic.patch | 68 - size_t); 174 - size_t i; 241 - size_t *sizes, size_t nbufs) 243 - size_t i, j; 350 + size_t len; 583 size_t i; 652 + size_t i; 1095 - size_t line __attribute__((__unused__)), size_t n, size_t u) 1135 size_t siz = CAST(size_t, off + len); 1741 size_t strlcpy(char *, const char *, size_t); [all …]
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | elfclass.h | 45 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)), 60 CAST(size_t, elf_getu16(swap, elfhdr.e_phentsize)), 70 CAST(size_t, elf_getu16(swap, elfhdr.e_shentsize)),
|
/PHP-8.2/sapi/cli/ |
H A D | php_http_parser.h | 70 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length); 227 size_t php_http_parser_execute(php_http_parser *parser, 230 size_t len);
|
/PHP-8.2/Zend/ |
H A D | zend_API.h | 44 size_t size; 425 …perty_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_… 433 …stant_stringl(zend_class_entry *ce, const char *name, size_t name_length, const char *value, size_… 491 …_entry *scope, zend_object *object, const char *name, size_t name_length, const char *value, size_… 501 …ty_stringl(zend_class_entry *scope, const char *name, size_t name_length, const char *value, size_… 536 ZEND_API void add_assoc_null_ex(zval *arg, const char *key, size_t key_len); 537 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b); 542 …PI void add_assoc_stringl_ex(zval *arg, const char *key, size_t key_len, const char *str, size_t l… 609 ZEND_API zend_result add_next_index_stringl(zval *arg, const char *str, size_t length); 622 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len); [all …]
|