/php-src/ext/opcache/jit/ir/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-src/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-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 120 size_t sz; in mbfl_strcut() local
|
/php-src/ext/gd/libgd/ |
H A D | gdtest.c | 25 int sz; in main() local
|
/php-src/ext/opcache/ |
H A D | shared_alloc_mmap.c | 133 size_t sz = entry->kve_structsize; in find_prefered_mmap_base() local
|
/php-src/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-src/ext/hash/ |
H A D | hash.c | 140 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec() 179 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer() 195 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer() 243 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local 290 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
|
/php-src/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-src/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-src/ext/opcache/jit/ir/ |
H A D | ir_emit.c | 31 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument 42 #define DASM_M_FREE(ctx, p, sz) ir_mem_free(p) argument
|
/php-src/ext/xml/ |
H A D | xml.c | 209 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper() 214 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
|
/php-src/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 | 963 size_t sz; in tsrm_realpath_r() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1202 size_t len, sz = file_pstring_length_size(ms, m); in mconvert() local
|