PHP_CURL_FILE    1007 curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    1236 curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    1924 curl/interface.c 						ch->handlers->write->method = PHP_CURL_FILE;
PHP_CURL_FILE    1939 curl/interface.c 						ch->handlers->write_header->method = PHP_CURL_FILE;
PHP_CURL_FILE    2362 curl/interface.c 	if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) {
PHP_CURL_FILE    2365 curl/interface.c 	if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) {