PHP_CURL_RETURN  1284 ext/curl/interface.c 		case PHP_CURL_RETURN:
PHP_CURL_RETURN  1574 ext/curl/interface.c 			if (ch->handlers->write->method == PHP_CURL_RETURN && length > 0) {
PHP_CURL_RETURN  2711 ext/curl/interface.c 				ch->handlers->write->method = PHP_CURL_RETURN;
PHP_CURL_RETURN  2959 ext/curl/interface.c 	if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) {
PHP_CURL_RETURN  2972 ext/curl/interface.c 	if (ch->handlers->write->method == PHP_CURL_RETURN) {
PHP_CURL_RETURN   247 ext/curl/multi.c 	if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) {