Home
last modified time | relevance | path

Searched defs:APR_OFFSETOF (Results 1 – 2 of 2) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_general.h107 #define APR_OFFSETOF(s_type,field) offsetof(s_type,field) macro
109 #define APR_OFFSETOF(s_type,field) APR_OFFSET(s_type*,field) macro
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_general.h107 #define APR_OFFSETOF(s_type,field) offsetof(s_type,field) macro
109 #define APR_OFFSETOF(s_type,field) APR_OFFSET(s_type*,field) macro