FreeBSD Manual Pages
KUTIL_INVALIDATE(3) Library Functions Manual KUTIL_INVALIDATE(3) NAME kutil_invalidate -- invalidate a kcgi input pair LIBRARY library "libkcgi" SYNOPSIS #include <sys/types.h> #include <stdarg.h> #include <stdint.h> #include <kcgi.h> void kutil_invalidate(struct kreq *req, struct kpair *kp); DESCRIPTION The kutil_invalidate() function marks the input pair kp as invalid, moving it from a req->cookiemap or req->fieldmap bucket into the corre- sponding req->cookienmap or req->fieldnmap bucket. It also resets kp->type to KPAIR__MAX, zeroes kp->parsed, and sets kp->state to KPAIR_INVALID. SEE ALSO kcgi(3), khttp_parse(3), kvalid_string(3) AUTHORS These functions were written by Kristaps Dzonsons <kristaps@bsd.lv>. FreeBSD Ports 14.quarterly $Mdocdate$ KUTIL_INVALIDATE(3)
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kutil_invalidate&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>