Searched refs:APR_DECLARE_NONSTD (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr_strings.h | 147 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,
|
| D | apr.hwc | 516 * 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
|
| D | apr.hw | 519 * 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
|
| D | apr.hnw | 368 * 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
|
| D | apr.h.in | 480 * 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
|
| D | apr_hash.h | 70 APR_DECLARE_NONSTD(unsigned int) apr_hashfunc_default(const char *key,
|
| D | apr_general.h | 206 APR_DECLARE_NONSTD(void) apr_terminate(void);
|
| D | apr_tables.h | 407 APR_DECLARE_NONSTD(int) apr_table_do(apr_table_do_callback_fn_t *comp,
|
| D | apr_pools.h | 707 APR_DECLARE_NONSTD(apr_status_t) apr_pool_cleanup_null(void *data);
|
| D | apr_file_io.h | 843 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
|
| /freebsd-12-stable/usr.bin/svn/lib/libapr/ |
| D | apr.h | 524 #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/ |
| D | start.c | 76 APR_DECLARE_NONSTD(void) apr_terminate(void) in apr_terminate()
|
| /freebsd-12-stable/contrib/apr/strings/ |
| D | apr_strings.c | 123 APR_DECLARE_NONSTD(char *) apr_pstrcat(apr_pool_t *a, ...) in apr_pstrcat()
|
| D | apr_snprintf.c | 1355 APR_DECLARE_NONSTD(int) apr_snprintf(char *buf, apr_size_t len, in apr_snprintf()
|
| /freebsd-12-stable/contrib/apr/file_io/unix/ |
| D | readwrite.c | 502 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
|
| /freebsd-12-stable/contrib/apr/tables/ |
| D | apr_hash.c | 270 APR_DECLARE_NONSTD(unsigned int) apr_hashfunc_default(const char *char_key, in apr_hashfunc_default()
|
| D | apr_tables.c | 918 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/ |
| D | apr_pools.c | 2326 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()
|