Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dspprintf.h31 #define vspprintf zend_vspprintf macro
H A Dmain.c888 size = vspprintf(&buffer, 0, format, args); in php_printf()
906 size = vspprintf(&buffer, 0, format, args); in php_printf_unchecked()
950 buffer_len = (int)vspprintf(&buffer, 0, format, args); in php_verror()
/PHP-8.2/ext/mysqli/
H A Dmysqli_exception.c37 vspprintf(&message, 0, format, arg); in php_mysqli_throw_sql_exception()
/PHP-8.2/win32/
H A Dwsyslog.c116 vspprintf(&tmp, 0, message, args); /* build message */ in vsyslog()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_alloc.h55 #define mnd_vsprintf(p, mx_len, fmt,ap) vspprintf((p), (mx_len), (fmt), (ap))
/PHP-8.2/ext/gd/libgd/
H A Dgd_xbm.c169 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
H A Dgdkanji.c77 vspprintf(&tmp, 0, format, args); in error()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfuncs.c151 len = vspprintf(&buf, 0, fmt, ap); in file_vprintf()
/PHP-8.2/ext/standard/
H A Dinfo.c73 len = vspprintf(&buf, 0, fmt, argv); in php_info_printf()
/PHP-8.2/ext/libxml/
H A Dlibxml.c544 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
/PHP-8.2/main/streams/
H A Dstreams.c247 vspprintf(&buffer, 0, fmt, args); in php_stream_wrapper_log_error()
1294 count = vspprintf(&buf, 0, fmt, ap); in _php_stream_printf()
/PHP-8.2/ext/sockets/
H A Dconversions.c160 user_msg_size = vspprintf(&user_msg, 0, fmt, ap); in do_from_to_zval_err()
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c48 vspprintf(&message, 0, format, arg); in php_sqlite3_error()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c1263 vspprintf(&buf, 0, format, ap); in php_cli_server_logf()
/PHP-8.2/ext/exif/
H A Dexif.c2392 vspprintf(&tmp, 0, value, arglist); in exif_iif_add_fmt()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2139 + len = vspprintf(&buf, 0, fmt, ap);

Completed in 106 milliseconds