Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.c74 static void *__mbfl__malloc(size_t sz) in __mbfl__malloc()
79 static void *__mbfl__realloc(void *ptr, size_t sz) in __mbfl__realloc()
H A Dmbfilter.c1312 size_t sz; in mbfl_strcut() local
/PHP-7.3/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.3/ext/gd/libgd/
H A Dgdtest.c25 int sz; in main() local
/PHP-7.3/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.3/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.c870 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
/PHP-7.3/Zend/
H A Dzend_language_scanner.c1098 size_t sz = 0; in zend_scan_escape_string() local
1696 size_t sz = 0; in lex_scan() local
7927 size_t sz = 0; in lex_scan() local
H A Dzend_language_scanner.l1095 size_t sz = 0; in zend_scan_escape_string() local
H A Dzend_virtual_cwd.c1214 size_t sz; in tsrm_realpath_r() local
/PHP-7.3/ext/xml/
H A Dxml.c294 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper()
299 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c644 static void *_php_mb_allocators_malloc(size_t sz) in _php_mb_allocators_malloc()
649 static void *_php_mb_allocators_realloc(void *ptr, size_t sz) in _php_mb_allocators_realloc()
664 static void *_php_mb_allocators_pmalloc(size_t sz) in _php_mb_allocators_pmalloc()
669 static void *_php_mb_allocators_prealloc(void *ptr, size_t sz) in _php_mb_allocators_prealloc()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1114 size_t sz = file_pstring_length_size(m); in mconvert() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c16213 u16 sz; /* Size of each buffer in bytes */ member

Completed in 542 milliseconds