Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_proto.h29 #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 Dfpm_arrays.h13 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 Dfpm_trace.c9 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 Dmbfilter.c120 size_t sz; in mbfl_strcut() local
/php-src/ext/gd/libgd/
H A Dgdtest.c25 int sz; in main() local
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c130 size_t sz = entry->kve_structsize; in find_prefered_mmap_base() local
/php-src/ext/dba/libcdb/
H A Dcdb_make.c39 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write()
/php-src/ext/hash/
H A Dhash.c141 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-src/main/streams/
H A Dxp_socket.c40 # 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 Dplain_wrapper.c953 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
/php-src/ext/opcache/jit/ir/
H A Dir_emit.c31 #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 Dxml.c209 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 Dzend_language_scanner.l1126 size_t sz = 0; in zend_scan_escape_string() local
H A Dzend_virtual_cwd.c965 size_t sz; in tsrm_realpath_r() local
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1202 size_t len, sz = file_pstring_length_size(ms, m); in mconvert() local

Completed in 69 milliseconds