HomeSort by relevance Sort by last modified time
    Searched refs:unlink_files (Results 1 - 3 of 3) sorted by null

  /external/clearsilver/cgi/
rfc2388.c 295 NEOERR *open_upload(CGI *cgi, int unlink_files, FILE **fpw)
320 if (unlink_files) unlink(path);
336 if (!unlink_files) {
368 int unlink_files = hdf_get_int_value(cgi->hdf, "Config.Upload.Unlink", 1); local
423 err = open_upload(cgi, unlink_files, &fp);
489 if (!err && !unlink_files)
cgi.h 480 NEOERR * open_upload(CGI *cgi, int unlink_files, FILE **fpw);
cgi.c 688 int unlink_files = hdf_get_int_value(cgi->hdf, "Config.Upload.Unlink", 1); local
690 err = open_upload(cgi, unlink_files, &fp);
722 if (!unlink_files)
    [all...]

Completed in 24 milliseconds