Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDauth.c176 static const void *auth_NULL = NULL; variable
188 value = &auth_NULL; in svn_auth_set_parameter()
210 return (value == &auth_NULL ? NULL : value); in svn_auth_get_parameter()
266 if (value == &auth_NULL) in svn_auth_first_credentials()