Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.c58 static void *__mbfl__malloc(size_t sz) in __mbfl__malloc()
63 static void *__mbfl__realloc(void *ptr, size_t sz) in __mbfl__realloc()
H A Dmbfilter.c1302 size_t sz; in mbfl_strcut() local
/PHP-7.4/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-7.4/ext/gd/libgd/
H A Dgdtest.c25 int sz; in main() local
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write()
/PHP-7.4/main/streams/
H A Dxp_socket.c42 # define XP_SOCK_BUF_SIZE(sz) (((sz) > INT_MAX) ? INT_MAX : (int)(sz)) argument
44 # define XP_SOCK_BUF_SIZE(sz) (sz) argument
H A Dplain_wrapper.c900 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
/PHP-7.4/ext/xml/
H A Dxml.c383 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper()
388 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
/PHP-7.4/Zend/
H A Dzend_language_scanner.l1101 size_t sz = 0; in zend_scan_escape_string() local
H A Dzend_virtual_cwd.c970 size_t sz; in tsrm_realpath_r() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1167 size_t sz = file_pstring_length_size(m); in mconvert() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c628 static void *_php_mb_allocators_realloc(void *ptr, size_t sz) in _php_mb_allocators_realloc()
643 static void *_php_mb_allocators_pmalloc(size_t sz) in _php_mb_allocators_pmalloc()
648 static void *_php_mb_allocators_prealloc(void *ptr, size_t sz) in _php_mb_allocators_prealloc()

Completed in 68 milliseconds