Searched refs:strx_printv (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/main/ |
H A D | snprintf.c | 1073 static size_t strx_printv(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv() function 1108 cc = strx_printv(buf, len, format, ap); in ap_php_slprintf() 1120 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vslprintf() 1135 cc = strx_printv(buf, len, format, ap); in ap_php_snprintf() 1143 size_t cc = strx_printv(buf, len, format, ap); in ap_php_vsnprintf()
|
Completed in 9 milliseconds