HomeSort by relevance Sort by last modified time
    Searched refs:nnc (Results 1 - 4 of 4) 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...]
  /external/syslinux/com32/menu/
menumain.c 616 int nc = 0, nnc, padc; local
624 nnc = sprintf(tq, "\2#15%d\2#14", tol);
625 tq += nnc;
626 nc += nnc - 8; /* 8 formatting characters */

Completed in 315 milliseconds