Searched defs:sz (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_allocators.c | 74 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 D | mbfilter.c | 1312 size_t sz; in mbfl_strcut() local
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 11 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 D | fpm_trace.c | 9 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 D | gdtest.c | 25 int sz; in main() local
|
/PHP-7.3/ext/dba/libcdb/ |
H A D | cdb_make.c | 41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write()
|
/PHP-7.3/main/streams/ |
H A D | xp_socket.c | 42 # 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 D | plain_wrapper.c | 870 LARGE_INTEGER sz, old_sz; in php_stdiop_set_option() local
|
/PHP-7.3/Zend/ |
H A D | zend_language_scanner.c | 1098 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 D | zend_language_scanner.l | 1095 size_t sz = 0; in zend_scan_escape_string() local
|
H A D | zend_virtual_cwd.c | 1214 size_t sz; in tsrm_realpath_r() local
|
/PHP-7.3/ext/xml/ |
H A D | xml.c | 294 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 D | mbstring.c | 644 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 D | softmagic.c | 1114 size_t sz = file_pstring_length_size(m); in mconvert() local
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 16213 u16 sz; /* Size of each buffer in bytes */ member
|
Completed in 493 milliseconds