HomeSort by relevance Sort by last modified time
    Searched refs:nnc (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/microhttpd/
digestauth.c 330 strcpy(connection->daemon->nnc[off].nonce,
332 connection->daemon->nnc[off].nc = 0;
336 if ( (nc <= connection->daemon->nnc[off].nc) ||
337 (0 != strcmp(connection->daemon->nnc[off].nonce, nonce)) )
346 connection->daemon->nnc[off].nc = nc;
internal.h 1244 struct MHD_NonceNc *nnc; member in struct:MHD_Daemon
1247 * A rw-lock for synchronizing access to `nnc'.
    [all...]
daemon.c     [all...]

Completed in 42 milliseconds