FreeBSD Manual Pages
CGINEWQUERYSTR(3) BSD Library Functions Manual CGINEWQUERYSTR(3) NAME cginewquerystr -- parses query string passed SYNOPSIS #include <cgi.h> void cginewquerystr(char *a); DESCRIPTION The cginewquerystr() fuction deallocates any memory currently in use and rebuilds the database of name/values with the string in a. This allows you to force your program to see a new set of values and test what happens when some values aren't passed. RETURN VALUES No value is returned. SEE ALSO cgigetvalue(3), cgiclose(3), AUTHORS The cgiparse library was writen by John-Mark Gurney <gurney_j@efn.org>. This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/). BUGS None currently known. BSD March 13, 1996 BSD
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUES | SEE ALSO | AUTHORS | BUGS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=cginewquerystr&sektion=3&manpath=FreeBSD+12.0-RELEASE+and+Ports>