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

/external/libmicrohttpd/src/microhttpd/
H A Ddigestauth.c330 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;
H A Dinternal.h1244 struct MHD_NonceNc *nnc; member in struct:MHD_Daemon
1247 * A rw-lock for synchronizing access to `nnc'.
H A Ddaemon.c3744 daemon->nnc = malloc (daemon->nonce_nc_size * sizeof (struct MHD_NonceNc));
3745 if (NULL == daemon->nnc)
3763 free (daemon->nnc);
4306 free (daemon->nnc);
4551 free (daemon->nnc);
/external/syslinux/com32/menu/
H A Dmenumain.c616 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 163 milliseconds