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 = (
210 if(!$api{$_}) {
233 if(!$api{$_}) {
/curl/lib/
H A Dversion.c114 LDAPAPIInfo api; in oldap_version() local
115 api.ldapai_info_version = LDAP_API_INFO_VERSION; in oldap_version()
117 if(ldap_get_option(NULL, LDAP_OPT_API_INFO, &api) == LDAP_OPT_SUCCESS) { in oldap_version()
118 unsigned int patch = (unsigned int)(api.ldapai_vendor_version % 100); in oldap_version()
119 unsigned int major = (unsigned int)(api.ldapai_vendor_version / 10000); in oldap_version()
121 (((unsigned int)api.ldapai_vendor_version - major * 10000) in oldap_version()
124 api.ldapai_vendor_name, major, minor, patch); in oldap_version()
125 ldap_memfree(api.ldapai_vendor_name); in oldap_version()
126 ber_memvfree((void **)api.ldapai_extensions); in oldap_version()
/curl/tests/data/
H A Dtest250333 headers-api
39 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 Dtest51626 form-api
H A Dtest194336 headers-api
H A Dtest58721 form-api
H A Dtest240334 headers-api
H A Dtest167034 headers-api
H A Dtest194032 headers-api
H A Dtest194437 headers-api
H A Dtest194233 headers-api
H A Dtest67236 form-api
H A Dtest67336 form-api
H A Dtest194746 headers-api
H A Dtest194637 headers-api
H A Dtest65127 form-api
H A Dtest167137 headers-api
H A Dtest194136 headers-api
H A Dtest194536 headers-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
848 ctx->api = MsH3ApiOpen(); in cf_connect_start()
849 if(!ctx->api) { in cf_connect_start()
854 ctx->qconn = MsH3ConnectionOpen(ctx->api, in cf_connect_start()
862 if(ctx->api) { in cf_connect_start()
863 MsH3ApiClose(ctx->api); in cf_connect_start()
864 ctx->api = NULL; in cf_connect_start()
945 if(ctx->api) { in cf_msh3_close()
946 MsH3ApiClose(ctx->api); in cf_msh3_close()
947 ctx->api = NULL; in cf_msh3_close()

Completed in 42 milliseconds

12