PHP_CURL_FILE    1316 ext/curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    1618 ext/curl/interface.c 		case PHP_CURL_FILE:
PHP_CURL_FILE    2414 ext/curl/interface.c 						ch->handlers->write->method = PHP_CURL_FILE;
PHP_CURL_FILE    2435 ext/curl/interface.c 						ch->handlers->write_header->method = PHP_CURL_FILE;
PHP_CURL_FILE    3006 ext/curl/interface.c 	if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) {
PHP_CURL_FILE    3009 ext/curl/interface.c 	if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) {