Searched defs:sz (Results 1 – 12 of 12) sorted by relevance
/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_allocators.c | 74 static void *__mbfl__malloc(unsigned int sz) in __mbfl__malloc() 79 static void *__mbfl__realloc(void *ptr, unsigned int sz) in __mbfl__realloc()
|
H A D | mbfilter.c | 1499 unsigned int sz; in mbfl_strcut() local
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_arrays.h | 13 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 D | fpm_trace.c | 11 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gdtest.c | 25 int sz; in main() local
|
/PHP-5.4/Zend/ |
H A D | zend_language_scanner.c | 989 size_t sz = 0; in zend_scan_escape_string() local 1151 size_t sz = 0; in lex_scan() local 3096 size_t sz = 0; in lex_scan() local
|
H A D | zend_language_scanner.l | 987 size_t sz = 0; in zend_scan_escape_string() local 1840 size_t sz = 0; in lex_scan() local
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 296 static void *php_xml_malloc_wrapper(size_t sz) in php_xml_malloc_wrapper() 301 static void *php_xml_realloc_wrapper(void *ptr, size_t sz) in php_xml_realloc_wrapper()
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 884 size_t sz = file_pstring_length_size(m); in mconvert() local
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 610 static void *_php_mb_allocators_realloc(void *ptr, unsigned int sz) in _php_mb_allocators_realloc() 625 static void *_php_mb_allocators_pmalloc(unsigned int sz) in _php_mb_allocators_pmalloc() 630 static void *_php_mb_allocators_prealloc(void *ptr, unsigned int sz) in _php_mb_allocators_prealloc()
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 4400 long sz = 0, sp = 0, wd = 0; in PHP_FUNCTION() local
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 10951 u16 sz; /* Size of each buffer in bytes */ member
|
Completed in 631 milliseconds