FreeBSD Manual Pages
KCGI_WRITER_DISABLE(3) Library Functions Manual KCGI_WRITER_DISABLE(3) NAME kcgi_writer_disable -- disable further writer allocations LIBRARY libkcgi SYNOPSIS #include <sys/types.h> #include <stdarg.h> #include <stdint.h> #include <kcgi.h> void kcgi_writer_disable(struct kreq *req); DESCRIPTION The kcgi_writer_disable() function disables subsequent calls to kj- son_open(3), kxml_open(3), khtml_open(3), and the khttp_write(3) family of writing functions. It may be invoked multiple times. The purpose of kcgi_writer_disable() is to lock down writes to a given format and guaran- tee conformant output. After invocation, calling any of the above functions will abort(3) the pro- gram. SEE ALSO kcgihtml(3), kcgijson(3), kcgixml(3) AUTHORS This function was written by Kristaps Dzonsons <kristaps@bsd.lv>. FreeBSD ports 15.quarterly $Mdocdate$ KCGI_WRITER_DISABLE(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=kcgi_writer_disable&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
