Lines Matching refs:sapi_module

255 		actual_read = sapi_module.read_post(buf, bytes_to_read TSRMLS_CC);  in fill_buffer()
710sapi_module.sapi_error(E_WARNING, "POST Content-Length of %ld bytes exceeds the limit of %ld bytes…
729 sapi_module.sapi_error(E_WARNING, "Missing boundary in multipart/form-data POST data");
740 sapi_module.sapi_error(E_WARNING, "Invalid boundary in multipart/form-data POST data");
754 sapi_module.sapi_error(E_WARNING, "Unable to initialize the input buffer");
868 …if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len…
917 sapi_module.sapi_error(E_WARNING, "Maximum number of allowable file uploads has been exceeded");
922 sapi_module.sapi_error(E_WARNING, "File Upload Mime headers garbled");
987 sapi_module.sapi_error(E_NOTICE, "No file uploaded");
1007 sapi_module.sapi_error(E_WARNING, "File upload error - unable to create a temporary file");
1031sapi_module.sapi_error(E_NOTICE, "upload_max_filesize of %ld bytes exceeded - file [%s=%s] not sav…
1036sapi_module.sapi_error(E_NOTICE, "MAX_FILE_SIZE of %ld bytes exceeded - file [%s=%s] not saved", m…
1045 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
1050sapi_module.sapi_error(E_NOTICE, "Only %d bytes were written, expected to write %d", wlen, blen);
1069sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", filen…
1075sapi_module.sapi_error(E_WARNING, "Uploaded file size 0 - file [%s=%s] not saved", param, filename…