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

/forgerock/web-agents-v4/source/
H A Dprocess.c582 char mtn = am_method_str_to_num(pv); local
584 if (r->method == mtn) {
595 thisfunc, r->client_ip, LOGEMPTY(m->value), am_method_num_to_str(mtn));
636 char mtn = am_method_str_to_num(pv); local
638 if (r->method != mtn) continue;

Completed in 25 milliseconds