Home
last modified time | relevance | path

Searched refs:app (Results 1 – 12 of 12) sorted by relevance

/curl/lib/vtls/
H A Dbearssl.c861 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.gitignore64 multi-app
H A DMakefile.inc85 multi-app \
/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_CACHE_TIMEOUT.md45 to the casual libcurl-app user.
H A DCURLOPT_SSH_KEYFUNCTION.md105 This feature could be used when the app wants to return and act on the
/curl/docs/libcurl/
H A Dcurl_version_info.md199 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 Dlibcurl-security.md135 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 Dconfig.yml25 # View these jobs in the browser: https://app.circleci.com/pipelines/github/curl/curl
/curl/.github/workflows/
H A Dnon-native.yml93 # https://openbsd.app/
H A Dmacos.yml62 …/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 DTODO289 app/invoke/used protocols would be necessary to load. See
H A DFAQ1482 your app.

Completed in 23 milliseconds