Home
last modified time | relevance | path

Searched refs:strx_printv (Results 1 – 1 of 1) sorted by relevance

/php-src/main/
H A Dsnprintf.c1073 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 6 milliseconds