Home
last modified time | relevance | path

Searched refs:gopher_connect (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dgopher.c51 static CURLcode gopher_connect(struct Curl_easy *data, bool *done);
91 gopher_connect, /* connect_it */
108 static CURLcode gopher_connect(struct Curl_easy *data, bool *done) in gopher_connect() function
/third_party/ffmpeg/libavformat/
Dgopher.c44 static int gopher_connect(URLContext *h, const char *path) in gopher_connect() function
105 if ((err = gopher_connect(h, path)) < 0) in gopher_open()