Searched refs:otn_counter (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_auth_digest.c180 static apr_time_t *otn_counter; /* one-time-nonce counter */ variable
342 otn_counter = apr_rmm_addr_get(client_rmm, apr_rmm_malloc(client_rmm, sizeof(*otn_counter)));
343 if (otn_counter == NULL) {
347 *otn_counter = 0;
1079 else if (otn_counter) {
1083 t.time = (*otn_counter)++;

Completed in 78 milliseconds