Home
last modified time | relevance | path

Searched refs:CURLPROTO_TFTP (Results 1 – 9 of 9) sorted by relevance

/external/curl/src/
Dtool_libinfo.c75 { "tftp", CURLPROTO_TFTP }, in get_libcurl_info()
Dtool_paramhlp.c291 { "tftp", CURLPROTO_TFTP }, in proto2num()
Dtool_setopt.c161 NV(CURLPROTO_TFTP),
/external/curl/docs/libcurl/
Dsymbols-in-versions684 CURLPROTO_TFTP 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h623 #define CURLPROTO_TFTP (1<<11) macro
/external/curl/lib/
Dtftp.c186 CURLPROTO_TFTP, /* protocol */
Durl.c4337 case CURLPROTO_TFTP: in get_protocol_family()
4338 family = CURLPROTO_TFTP; in get_protocol_family()
/external/curl/include/curl/
Dcurl.h904 #define CURLPROTO_TFTP (1<<11) macro
/external/curl/packages/OS400/
Dcurl.inc.in856 d CURLPROTO_TFTP...