Searched defs:stype (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c1168 const char *err, *stype; local
1187 stype = argv[ca];
1190 if (!strcasecmp(stype, "authn")) {
1193 else if (!strcasecmp(stype, "authz")) {
1196 else if (!strcasecmp(stype, "authnz")) {
1203 stype,
/httpd/support/
H A Dhtcacheclean.c181 char ttype, stype, mtype, utype; local
197 stype = 'K';
201 stype = 'M';
237 tfrag, ttype, s->sum, sfrag, stype);

Completed in 787 milliseconds