Home
last modified time | relevance | path

Searched defs:ap (Results 1 – 24 of 24) sorted by relevance

/php-src/main/
H A Dsnprintf.c473 static size_t format_converter(buffy * odp, const char *fmt, va_list ap) /* {{{ */ in format_converter()
1073 static size_t strx_printv(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1105 va_list ap; in ap_php_slprintf() local
1118 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1132 va_list ap; in ap_php_snprintf() local
1141 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
1148 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) /* {{{ */ in ap_php_vasprintf()
1175 va_list ap; in ap_php_asprintf() local
H A Dspprintf.c181 static void xbuf_format_converter(void *xbuf, bool is_char, const char *fmt, va_list ap) /* {{{ */ in xbuf_format_converter()
776 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
782 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
H A Dfastcgi.c472 va_list ap; in fcgi_log() local
/php-src/ext/standard/
H A Dstrnatcmp.c91 char const *ap, *bp; in strnatcmp_ex() local
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c133 file_vprintf(struct magic_set *ms, const char *fmt, va_list ap) in file_vprintf()
173 va_list ap; in file_printf() local
H A Dcompress.c841 va_list ap; in makeerror() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h55 #define mnd_vsprintf(p, mx_len, fmt,ap) vspprintf((p), (mx_len), (fmt), (ap)) argument
/php-src/ext/libxml/
H A Dlibxml.c647 …dler_ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, int line, int c… in php_libxml_internal_error_handler_ex()
685 …_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap) in php_libxml_error_handler_va()
/php-src/sapi/litespeed/
H A Dlscriu.c383 va_list ap; in LSCRIU_Restored_Error() local
H A Dlsapilib.c279 va_list ap; in LSAPI_Log() local
/php-src/ext/sockets/
H A Dconversions.c144 va_list ap) in do_from_to_zval_err()
184 va_list ap; in do_from_zval_err() local
193 va_list ap; in do_to_zval_err() local
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c70 va_list ap; in trace() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h165 va_list ap; in dasm_put() local
H A Ddasm_mips.h165 va_list ap; in dasm_put() local
H A Ddasm_arm.h174 va_list ap; in dasm_put() local
H A Ddasm_x86.h167 va_list ap; in dasm_put() local
H A Ddasm_arm64.h221 va_list ap; in dasm_put() local
/php-src/sapi/fpm/fpm/
H A Dzlog.c142 va_list ap; in zlog_external() local
/php-src/sapi/cgi/
H A Dcgi_main.c236 va_list ap; in fcgi_log() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c224 va_list ap; in display_frames() local
/php-src/main/streams/
H A Dstreams.c1319 va_list ap; in _php_stream_printf() local
/php-src/Zend/
H A Dzend.c326 ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *format, va_list ap) /* {{{ */ in zend_vstrpprintf()
/php-src/sapi/cli/
H A Dphp_cli_server.c1264 va_list ap; in php_cli_server_logf() local
/php-src/ext/exif/
H A Dexif.c2524 for (int ap = 0; ap < l; ap++) { in add_assoc_image_info() local

Completed in 168 milliseconds