Searched refs:apr_uintptr_t (Results 1 – 14 of 14) sorted by relevance
366 apr_uintptr_t AffinityMask;368 apr_uintptr_t UniqueProcessId;369 apr_uintptr_t InheritedFromUniqueProcessId;395 apr_uintptr_t Information; /* Varies by op, consumed buffer size for FSI below */
363 typedef apr_uint64_t apr_uintptr_t; typedef365 typedef apr_uint32_t apr_uintptr_t; typedef
273 typedef apr_uint64_t apr_uintptr_t;275 typedef apr_uint32_t apr_uintptr_t;
390 typedef apr_uint64_t apr_uintptr_t;392 typedef apr_uint32_t apr_uintptr_t;
393 typedef apr_uint64_t apr_uintptr_t;395 typedef apr_uint32_t apr_uintptr_t;
106 ht->seed = (unsigned int)((now >> 32) ^ now ^ (apr_uintptr_t)pool ^ in apr_hash_make()107 (apr_uintptr_t)ht ^ (apr_uintptr_t)&now) - 1; in apr_hash_make()