Searched defs:siz (Results 1 – 8 of 8) sorted by relevance
/php-src/main/ |
H A D | explicit_bzero.c | 29 PHPAPI void php_explicit_bzero(void *dst, size_t siz) in php_explicit_bzero()
|
H A D | strlcpy.c | 62 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz) in php_strlcpy()
|
H A D | strlcat.c | 64 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz) in php_strlcat()
|
H A D | snprintf.c | 66 size_t siz; in __cvt() local
|
/php-src/Zend/ |
H A D | zend_sort.c | 84 ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_… in zend_insert_sort() 248 ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) in zend_sort()
|
H A D | zend_API.c | 2449 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
|
/php-src/ext/fileinfo/libmagic/ |
H A D | cdf.c | 341 size_t siz = CAST(size_t, off + len); in cdf_read() local
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 3669 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
|
Completed in 43 milliseconds