/PHP-8.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 35 #define gd2_compressed(fmt) (((fmt) == GD2_FMT_COMPRESSED) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSE… argument 36 #define gd2_truecolor(fmt) (((fmt) == GD2_FMT_TRUECOLOR_RAW) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRES… argument 55 static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, i… in _gd2GetHeader() 183 static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt… in _gd2CreateFromFile() 273 int vers, fmt; in gdImageCreateFromGd2Ctx() local 443 int vers, fmt; in gdImageCreateFromGd2PartCtx() local 644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader() 664 static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) in _gdImageGd2() 832 void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt) in gdImageGd2() 841 void *gdImageGd2Ptr (gdImagePtr im, int cs, int fmt, int *size) in gdImageGd2Ptr()
|
H A D | pngtogd2.c | 16 int cs, fmt; in main() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_out.h | 44 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, … argument 45 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, … argument
|
H A D | phpdbg_out.c | 209 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) { in phpdbg_log_internal() 225 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) { in phpdbg_out_internal()
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | zlog.c | 140 int flags, char *buf, size_t buf_size, const char *fmt, va_list args) /* {{{ */ in zlog_external() 198 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog() 259 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex() 586 zlog_bool zlog_stream_set_msg_prefix(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_set_msg_prefix() 724 ssize_t zlog_stream_vformat(struct zlog_stream *stream, const char *fmt, va_list args) /* {{{ */ in zlog_stream_vformat() 735 ssize_t zlog_stream_format(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_format()
|
H A D | fpm_main.c | 418 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 54 #define mnd_sprintf(p, mx_len, fmt,...) spprintf((p), (mx_len), (fmt), __VA_ARGS__) argument 55 #define mnd_vsprintf(p, mx_len, fmt,ap) vspprintf((p), (mx_len), (fmt), (ap)) argument
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | is_csv.c | 47 #define DPRINTF(fmt, ...) printf(fmt, __VA_ARGS__) argument
|
H A D | funcs.c | 94 file_checkfmt(char *msg, size_t mlen, const char *fmt) in file_checkfmt() 133 file_vprintf(struct magic_set *ms, const char *fmt, va_list ap) in file_vprintf() 170 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf()
|
H A D | compress.c | 706 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror()
|
H A D | softmagic.c | 487 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
|
/PHP-8.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 78 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) in umsg_format_arg_count() 621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | syn.c | 117 ud_asmprintf(struct ud *u, const char *fmt, ...) in ud_asmprintf()
|
/PHP-8.3/main/streams/ |
H A D | transports.c | 42 #define ERR_REPORT(out_err, fmt, arg) \ argument 46 #define ERR_RETURN(out_err, local_err, fmt) \ argument
|
H A D | streams.c | 241 … php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char *fmt, ...) in php_stream_wrapper_log_error() 1315 PHPAPI ssize_t _php_stream_printf(php_stream *stream, const char *fmt, ...) in _php_stream_printf()
|
/PHP-8.3/main/ |
H A D | spprintf.c | 181 static void xbuf_format_converter(void *xbuf, bool is_char, const char *fmt, va_list ap) /* {{{ */ in xbuf_format_converter()
|
H A D | php_ini.c | 574 const char *fmt = "php-%s.ini"; in php_init_config() local
|
H A D | snprintf.c | 473 static size_t format_converter(buffy * odp, const char *fmt, va_list ap) /* {{{ */ in format_converter()
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.c | 143 const char *fmt, in do_from_to_zval_err() 182 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err() 191 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err()
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 444 char *fmt; in firebird_stmt_get_col() local
|
/PHP-8.3/ext/standard/ |
H A D | info.c | 66 static ZEND_COLD int php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf()
|
H A D | formatted_print.c | 221 int adjust, char fmt, in php_sprintf_appenddouble()
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 68 static inline void trace(char *fmt, ...) in trace()
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 537 #define DEBUG_MESSAGE(fmt, ...) argument
|
/PHP-8.3/ext/zend_test/ |
H A D | test.c | 1434 PHP_ZEND_TEST_API void bug_gh9090_void_int_char_var(int i, char *fmt, ...) { in bug_gh9090_void_int_char_var()
|