Searched refs:app (Results 1 – 12 of 12) sorted by relevance
/curl/lib/vtls/ |
H A D | bearssl.c | 861 unsigned char *app; in bearssl_send() local 870 app = br_ssl_engine_sendapp_buf(&backend->ctx.eng, &applen); in bearssl_send() 871 if(!app) { in bearssl_send() 883 memcpy(app, buf, applen); in bearssl_send() 896 unsigned char *app; in bearssl_recv() local 904 app = br_ssl_engine_recvapp_buf(&backend->ctx.eng, &applen); in bearssl_recv() 905 if(!app) in bearssl_recv() 909 memcpy(buf, app, applen); in bearssl_recv()
|
/curl/docs/examples/ |
H A D | .gitignore | 64 multi-app
|
H A D | Makefile.inc | 85 multi-app \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 45 to the casual libcurl-app user.
|
H A D | CURLOPT_SSH_KEYFUNCTION.md | 105 This feature could be used when the app wants to return and act on the
|
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 199 to use the current user credentials without the app having to pass them on. 310 credentials without the app having to pass them on. (Added in 7.13.2)
|
H A D | libcurl-security.md | 135 as necessary. Alternately, an app could leave CURLOPT_FOLLOWLOCATION(3) 165 could point to a private resource. For example, a web app providing a 172 address and port number for a server local to the app running libcurl but
|
/curl/.circleci/ |
H A D | config.yml | 25 # View these jobs in the browser: https://app.circleci.com/pipelines/github/curl/curl
|
/curl/.github/workflows/ |
H A D | non-native.yml | 93 # https://openbsd.app/
|
H A D | macos.yml | 62 …/Xcode${{ matrix.build.xcode && format('_{0}', matrix.build.xcode) || '' }}.app/Contents/Developer" 359 …Applications/Xcode${{ matrix.xcode && format('_{0}', matrix.xcode) || '' }}.app/Contents/Developer"
|
/curl/docs/ |
H A D | TODO | 289 app/invoke/used protocols would be necessary to load. See
|
H A D | FAQ | 1482 your app.
|
Completed in 58 milliseconds