Home
last modified time | relevance | path

Searched defs:siz (Results 1 – 8 of 8) sorted by relevance

/php-src/main/
H A Dexplicit_bzero.c29 PHPAPI void php_explicit_bzero(void *dst, size_t siz) in php_explicit_bzero()
H A Dstrlcpy.c62 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz) in php_strlcpy()
H A Dstrlcat.c64 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz) in php_strlcat()
H A Dsnprintf.c66 size_t siz; in __cvt() local
/php-src/Zend/
H A Dzend_sort.c84 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 Dzend_API.c2361 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 Dcdf.c341 size_t siz = CAST(size_t, off + len); in cdf_read() local
/php-src/ext/opcache/
H A DZendAccelerator.c3642 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…

Completed in 52 milliseconds