Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/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-8.0/sapi/fpm/fpm/
H A Dfpm_arrays.h11 size_t sz; member
16 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-8.0/ext/gd/libgd/
H A Dgdtest.c25 int sz; in main() local
/PHP-8.0/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-8.0/ext/hash/
H A Dhash.c133 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec()
172 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer()
188 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
236 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local
283 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
/PHP-8.0/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.c907 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
/PHP-8.0/ext/xml/
H A Dxml.c237 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper()
242 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
/PHP-8.0/Zend/
H A Dzend_language_scanner.l1137 size_t sz = 0; in zend_scan_escape_string() local
H A Dzend_virtual_cwd.c964 size_t sz; in tsrm_realpath_r() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c68 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
79 #define DASM_M_FREE(ctx, p, sz) efree(p) argument
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1194 size_t len, sz = file_pstring_length_size(ms, m); in mconvert() local
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1090 size_t sz; in mbfl_strcut() local

Completed in 75 milliseconds