Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/include/
Dapr_strings.h147 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *p, ...)
182 APR_DECLARE_NONSTD(char *) apr_psprintf(apr_pool_t *p, const char *fmt, ...)
279 APR_DECLARE_NONSTD(int) apr_snprintf(char *buf, apr_size_t len,
Dapr.hwc516 * variable arguments must use APR_DECLARE_NONSTD().
523 * @see APR_DECLARE_NONSTD @see APR_DECLARE_DATA
538 * APR_DECLARE_NONSTD(), as they must follow the C language calling convention.
543 * APR_DECLARE_NONSTD(rettype) apr_func(args, ...);
547 #define APR_DECLARE_NONSTD(type) type
552 * @see APR_DECLARE @see APR_DECLARE_NONSTD
567 #define APR_DECLARE_NONSTD(type) type __cdecl
571 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
575 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
Dapr.hw519 * variable arguments must use APR_DECLARE_NONSTD().
526 * @see APR_DECLARE_NONSTD @see APR_DECLARE_DATA
541 * APR_DECLARE_NONSTD(), as they must follow the C language calling convention.
546 * APR_DECLARE_NONSTD(rettype) apr_func(args, ...);
550 #define APR_DECLARE_NONSTD(type) type
555 * @see APR_DECLARE @see APR_DECLARE_NONSTD
570 #define APR_DECLARE_NONSTD(type) type __cdecl
574 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl
578 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl
Dapr.hnw368 * variable arguments must use APR_DECLARE_NONSTD().
374 * @see APR_DECLARE_NONSTD @see APR_DECLARE_DATA
389 * APR_DECLARE_NONSTD(), as they must follow the C language calling convention.
394 /** APR_DECLARE_NONSTD(rettype) apr_func(args, ...);
396 #define APR_DECLARE_NONSTD(type) type
401 * @see APR_DECLARE @see APR_DECLARE_NONSTD
Dapr.h.in480 * variable arguments must use APR_DECLARE_NONSTD().
487 * @see APR_DECLARE_NONSTD @see APR_DECLARE_DATA
502 * APR_DECLARE_NONSTD(), as they must follow the C language calling convention.
507 * APR_DECLARE_NONSTD(rettype) apr_func(args, ...);
511 #define APR_DECLARE_NONSTD(type) type macro
516 * @see APR_DECLARE @see APR_DECLARE_NONSTD
531 #define APR_DECLARE_NONSTD(type) type __cdecl macro
535 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl macro
539 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl macro
Dapr_hash.h70 APR_DECLARE_NONSTD(unsigned int) apr_hashfunc_default(const char *key,
Dapr_general.h206 APR_DECLARE_NONSTD(void) apr_terminate(void);
Dapr_tables.h407 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp,
Dapr_pools.h707 APR_DECLARE_NONSTD(apr_status_t) apr_pool_cleanup_null(void *data);
Dapr_file_io.h843 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
/freebsd-12-stable/usr.bin/svn/lib/libapr/
Dapr.h524 #define APR_DECLARE_NONSTD(type) type macro
544 #define APR_DECLARE_NONSTD(type) type __cdecl macro
548 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl macro
552 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl macro
/freebsd-12-stable/contrib/apr/misc/unix/
Dstart.c76 APR_DECLARE_NONSTD(void) apr_terminate(void) in apr_terminate()
/freebsd-12-stable/contrib/apr/strings/
Dapr_strings.c123 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *a, ...) in apr_pstrcat()
Dapr_snprintf.c1355 APR_DECLARE_NONSTD(int) apr_snprintf(char *buf, apr_size_t len, in apr_snprintf()
/freebsd-12-stable/contrib/apr/file_io/unix/
Dreadwrite.c502 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
/freebsd-12-stable/contrib/apr/tables/
Dapr_hash.c270 APR_DECLARE_NONSTD(unsigned int) apr_hashfunc_default(const char *char_key, in apr_hashfunc_default()
Dapr_tables.c918 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp, in apr_table_do()
/freebsd-12-stable/contrib/apr/memory/unix/
Dapr_pools.c2326 APR_DECLARE_NONSTD(char *) apr_psprintf(apr_pool_t *p, const char *fmt, ...) in apr_psprintf()
2679 APR_DECLARE_NONSTD(apr_status_t) apr_pool_cleanup_null(void *data) in apr_pool_cleanup_null()