Home
last modified time | relevance | path

Searched refs:APR_SIZEOF_VOIDP (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/apr/atomic/unix/
HDia32.c95 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_casptr()
99 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_casptr()
105 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_casptr()
113 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_xchgptr()
117 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_xchgptr()
122 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_xchgptr()
HDppc.c148 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_casptr()
160 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_casptr()
173 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_casptr()
181 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_xchgptr()
191 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_xchgptr()
202 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_xchgptr()
HDs390.c116 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_casptr()
121 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_casptr()
127 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_casptr()
135 #if APR_SIZEOF_VOIDP == 4 in apr_atomic_xchgptr()
142 #elif APR_SIZEOF_VOIDP == 8 in apr_atomic_xchgptr()
150 #error APR_SIZEOF_VOIDP value not supported in apr_atomic_xchgptr()
/NextBSD/usr.bin/svn/lib/libapr/
HDapr.h321 #define APR_SIZEOF_VOIDP 8 macro
323 #define APR_SIZEOF_VOIDP 4 macro
342 #undef APR_SIZEOF_VOIDP
348 #define APR_SIZEOF_VOIDP 8 macro
354 #define APR_SIZEOF_VOIDP 4 macro
369 #if APR_SIZEOF_VOIDP == 8
582 #undef APR_SIZEOF_VOIDP
589 #define APR_SIZEOF_VOIDP 8 macro
595 #define APR_SIZEOF_VOIDP 4 macro
/NextBSD/contrib/apr/include/
HDapr.h.in317 #define APR_SIZEOF_VOIDP @voidp_size@ macro
335 #undef APR_SIZEOF_VOIDP
341 #define APR_SIZEOF_VOIDP 8 macro
347 #define APR_SIZEOF_VOIDP 4 macro
362 #if APR_SIZEOF_VOIDP == 8
559 #undef APR_SIZEOF_VOIDP
566 #define APR_SIZEOF_VOIDP 8 macro
572 #define APR_SIZEOF_VOIDP 4
HDapr.hnw267 #define APR_SIZEOF_VOIDP 8
269 #define APR_SIZEOF_VOIDP 4
272 #if APR_SIZEOF_VOIDP == 8
HDapr.hw387 #define APR_SIZEOF_VOIDP 8
389 #define APR_SIZEOF_VOIDP 4
392 #if APR_SIZEOF_VOIDP == 8
HDapr.hwc384 #define APR_SIZEOF_VOIDP 8
386 #define APR_SIZEOF_VOIDP 4
389 #if APR_SIZEOF_VOIDP == 8
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_eol_private.h42 #if APR_SIZEOF_VOIDP == 8
/NextBSD/contrib/subversion/subversion/svnserve/
HDsvnserve.c134 #if (APR_SIZEOF_VOIDP <= 4)
328 #if (APR_SIZEOF_VOIDP <= 4)
/NextBSD/contrib/apr/strings/
HDapr_snprintf.c1118 #if APR_SIZEOF_VOIDP == 8 in apr_vformatter()
/NextBSD/contrib/apr-util/dbd/
HDapr_dbd_odbc.c55 #if APR_SIZEOF_VOIDP == 8
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDcache-membuffer.c1689 #if APR_SIZEOF_VOIDP > 4 in svn_cache__membuffer_cache_create()