PHP_CURL_FILE    1308 ext/curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    1610 ext/curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    2408 ext/curl/interface.c 						ch->handlers->write->method = PHP_CURL_FILE;
PHP_CURL_FILE    2429 ext/curl/interface.c 						ch->handlers->write_header->method = PHP_CURL_FILE;
PHP_CURL_FILE    3002 ext/curl/interface.c 	if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) {
PHP_CURL_FILE    3005 ext/curl/interface.c 	if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) {