Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:nc

292  * Check nonce-nc map array with either new nonce counter
297 * @param nc The nonce counter, zero to add the nonce to the array
298 * @return MHD_YES if successful, MHD_NO if invalid (or we have no NC array)
303 unsigned long int nc)
328 if (0 == nc)
332 connection->daemon->nnc[off].nc = 0;
336 if ( (nc <= connection->daemon->nnc[off].nc) ||
346 connection->daemon->nnc[off].nc = nc;
574 char nc[20];
727 (0 == lookup_sub_value (nc, sizeof (nc), header, "nc")) ||
737 nci = strtoul (nc, &end, 16);
750 * Checking if that combination of nonce and nc is sound
752 * to the nonce-nc map if it does not exist there.
770 nc,