Searched refs:http_auth_backends (Results 1 – 1 of 1) sorted by relevance
39 static http_auth_backend_t http_auth_backends[12]; variable44 while (NULL != http_auth_backends[i].name in http_auth_backend_get()45 && 0 != strcmp(http_auth_backends[i].name, name->ptr)) { in http_auth_backend_get()48 return (NULL != http_auth_backends[i].name) ? http_auth_backends+i : NULL; in http_auth_backend_get()54 while (NULL != http_auth_backends[i].name) ++i; in http_auth_backend_set()56 force_assert(i<(sizeof(http_auth_backends)/sizeof(http_auth_backend_t))-1); in http_auth_backend_set()57 memcpy(http_auth_backends+i, backend, sizeof(http_auth_backend_t)); in http_auth_backend_set()64 memset(http_auth_backends, 0, sizeof(http_auth_backends)); in http_auth_dumbdata_reset()