HomeSort by: relevance | last modified time | path
    Searched defs:bozo_auth_check (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/httpd/
auth-bozo.c 52 bozo_auth_check(bozo_httpreq_t *request, const char *file) function in typeref:typename:int
84 "bozo_auth_check realm `%s' dir `%s' authfile `%s' missing",
92 "bozo_auth_check realm `%s' dir `%s' authfile `%s' open",
103 "bozo_auth_check authfile `%s':`%s' "
bozohttpd.h 337 int bozo_auth_check(bozo_httpreq_t *, const char *);
345 #define bozo_auth_check(x, y) (0) macro

Completed in 12 milliseconds