Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:bpos

589   const char *bpos;
596 bpos = buf;
598 while (NULL != (spos = strstr (bpos, key)))
603 bpos = spos + 1;