Searched refs:cgi_file_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dtestcgi.c49 const cgi_file_t *file; /* Upload file */
H A Dcgi.h55 } cgi_file_t; typedef in typeref:struct:cgi_file_s
78 extern const cgi_file_t *cgiGetFile(void);
H A Dvar.c85 static cgi_file_t *form_file = NULL;
222 const cgi_file_t * /* O - Attached file or NULL */
816 if ((form_file = calloc(1, sizeof(cgi_file_t))) == NULL)
H A Dadmin.c854 const cgi_file_t *file; /* Uploaded file, if any */

Completed in 74 milliseconds