Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_user.h113 #define apr_uid_compare(left,right) (((left) == (right)) ? APR_SUCCESS : APR_EMISMATCH) macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/user/win32/
H A Duserinfo.c268 APR_DECLARE(apr_status_t) apr_uid_compare(apr_uid_t left, apr_uid_t right) in apr_uid_compare() function