OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_ref
(Results
1 - 3
of
3
) sorted by null
/external/libcups/cups/
auth.c
683
if (http->
auth_ref
)
685
AuthorizationFree(http->
auth_ref
, kAuthorizationFlagDefaults);
686
http->
auth_ref
= NULL;
694
kAuthorizationFlagDefaults, &http->
auth_ref
);
715
status = AuthorizationCopyRights(http->
auth_ref
, &auth_rights,
719
status = AuthorizationMakeExternalForm(http->
auth_ref
, &auth_extrn);
http-private.h
335
AuthorizationRef
auth_ref
; /* Authorization ref */
member in struct:_http_s
http.c
378
if (http->
auth_ref
)
379
AuthorizationFree(http->
auth_ref
, kAuthorizationFlagDefaults);
[
all
...]
Completed in 561 milliseconds