Home
last modified time | relevance | path

Searched refs:api (Results 1 – 25 of 29) sorted by relevance

12

/curl/scripts/
H A Dsingleuse.pl53 my %api = (
206 if(!$api{$_}) {
229 if(!$api{$_}) {
/curl/lib/
H A Dversion.c257 LDAPAPIInfo api; in curl_version() local
258 api.ldapai_info_version = LDAP_API_INFO_VERSION; in curl_version()
260 if(ldap_get_option(NULL, LDAP_OPT_API_INFO, &api) == LDAP_OPT_SUCCESS) { in curl_version()
261 unsigned int patch = api.ldapai_vendor_version % 100; in curl_version()
262 unsigned int major = api.ldapai_vendor_version / 10000; in curl_version()
264 ((api.ldapai_vendor_version - major * 10000) - patch) / 100; in curl_version()
266 api.ldapai_vendor_name, major, minor, patch); in curl_version()
268 ldap_memfree(api.ldapai_vendor_name); in curl_version()
269 ber_memvfree((void **)api.ldapai_extensions); in curl_version()
/curl/tests/data/
H A Dtest250333 headers-api
40 HTTP/3 header-api
H A Dtest130817 form-api
H A Dtest154516 form-api
H A Dtest155529 verify api is protected against calls from callbacks
H A Dtest194336 headers-api
H A Dtest51626 form-api
H A Dtest167034 headers-api
H A Dtest240334 headers-api
H A Dtest194032 headers-api
H A Dtest194233 headers-api
H A Dtest194437 headers-api
H A Dtest58721 form-api
H A Dtest194746 headers-api
H A Dtest67236 form-api
H A Dtest67336 form-api
H A Dtest194637 headers-api
H A Dtest194536 headers-api
H A Dtest194136 headers-api
H A Dtest167137 headers-api
H A Dtest65127 form-api
H A Dtest55443 form-api
/curl/.github/workflows/
H A Dappveyor-status.yml31 … echo ${APPVEYOR_TARGET_URL} | sed 's/\/project\//\/api\/projects\//' | xargs -t -n1 curl -s | \
41 gh api --silent --input - repos/${APPVEYOR_REPOSITORY}/statuses/${APPVEYOR_COMMIT_SHA}
/curl/lib/vquic/
H A Dcurl_msh3.c113 MSH3_API *api; member
841 ctx->api = MsH3ApiOpen(); in cf_connect_start()
842 if(!ctx->api) { in cf_connect_start()
847 ctx->qconn = MsH3ConnectionOpen(ctx->api, in cf_connect_start()
855 if(ctx->api) { in cf_connect_start()
856 MsH3ApiClose(ctx->api); in cf_connect_start()
857 ctx->api = NULL; in cf_connect_start()
939 if(ctx->api) { in cf_msh3_close()
940 MsH3ApiClose(ctx->api); in cf_msh3_close()
941 ctx->api = NULL; in cf_msh3_close()

Completed in 76 milliseconds

12