Query: cgiwrap_init_emu
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cgiwrap_init_emu(3) cgi/cgiwrap.h cgiwrap_init_emu(3)NAMEcgiwrap_init_emu - initialize cgiwrap for emulated useSYNOPSIS#include <cgi/cgiwrap.h> void cgiwrap_init_emu (void *data, READ_FUNC read_cb, WRITEF_FUNC writef_cb, WRITE_FUNC write_cb, GETENV_FUNC getenv_cb, PUTENV_FUNC putenv_cb, ITERENV_FUNC iterenv_cb);ARGUMENTSdata - user data to be passed to the specified callbacks read_cb - a cb to replace fread(stdin) writef_cb - a cb to repalce fprintf(stdout) write_cb - a cb to replace fwrite(stdout) getenv_cb - a cb to replace getenv putenv_cb - a cb to replace putenv iterenv_cb - a cb to replace the default environment iteration function (which just wraps walking the envp array)DESCRIPTIONcgiwrap_init_emu sets up the cgiwrap subsystem for use in an emulated environment where you are providing routines to use in place of the standard routines, ie when used to interface with a server or scripting language. See cgi/cgiwrap.h for the exact definitions of the call- back functions.RETURN VALUENoneSEE ALSOcgiwrap_iterenv(3), cgiwrap_putenv(3), cgiwrap_init_emu(3), cgiwrap_writef(3), cgiwrap_init_std(3), cgiwrap_writevf(3), cgiwrap_read(3), cgiwrap_write(3), cgiwrap_getenv ClearSilver 12 July 2007 cgiwrap_init_emu(3)
Related Man Pages |
---|
cgi_display(3) - debian |
cgi_init(3) - debian |
cgi_neo_error(3) - debian |
cgi_output(3) - debian |
cgiwrap_init_std(3) - debian |
Similar Topics in the Unix Linux Community |
---|
replace ascii chars without loosing it. |
help to replace extra new line characters |
Matching and replacing text |
Script to replace/delete lines in C program |
Replace Each Line Of A File |