/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument 43 #define DASM_M_FREE(ctx, p, sz) free(p) argument
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 13 size_t sz; member 18 static inline struct fpm_array_s *fpm_array_init(struct fpm_array_s *a, unsigned int sz, unsigned i… in fpm_array_init()
|
H A D | fpm_trace.c | 9 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gdtest.c | 25 int sz; in main() local
|
/PHP-8.2/ext/opcache/ |
H A D | shared_alloc_mmap.c | 130 size_t sz = entry->kve_structsize; in find_prefered_mmap_base() local
|
/PHP-8.2/ext/dba/libcdb/ |
H A D | cdb_make.c | 39 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write()
|
/PHP-8.2/ext/hash/ |
H A D | hash.c | 141 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec() 180 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer() 196 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer() 244 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local 291 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
|
/PHP-8.2/main/streams/ |
H A D | xp_socket.c | 40 # define XP_SOCK_BUF_SIZE(sz) (((sz) > INT_MAX) ? INT_MAX : (int)(sz)) argument 42 # define XP_SOCK_BUF_SIZE(sz) (sz) argument
|
H A D | plain_wrapper.c | 953 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
|
/PHP-8.2/ext/session/ |
H A D | mod_files.c | 89 #define SESS_FILE_BUF_SIZE(sz) ((unsigned int)(sz > INT_MAX ? INT_MAX : (unsigned int)sz)) argument
|
/PHP-8.2/ext/xml/ |
H A D | xml.c | 227 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper() 232 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
|
/PHP-8.2/Zend/ |
H A D | zend_language_scanner.l | 1126 size_t sz = 0; in zend_scan_escape_string() local
|
H A D | zend_virtual_cwd.c | 965 size_t sz; in tsrm_realpath_r() local
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit.c | 77 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument 88 #define DASM_M_FREE(ctx, p, sz) efree(p) argument
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1180 size_t len, sz = file_pstring_length_size(ms, m); in mconvert() local
|
/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 934 size_t sz; in mbfl_strcut() local
|