Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 34) sorted by relevance

12

/curl/lib/
H A Ddynbuf.c49 s->init = DYNINIT; in Curl_dyn_init()
75 DEBUGASSERT(s->init == DYNINIT); in dyn_nappend()
130 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_reset()
144 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_tail()
168 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_addn()
181 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_add()
195 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_vaddf()
228 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_addf()
242 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_ptr()
253 DEBUGASSERT(s->init == DYNINIT); in Curl_dyn_uptr()
[all …]
H A Dcurl_krb5.h30 int (*init)(void *); member
H A Ddynbuf.h53 int init; /* detect API usage mistakes */ member
H A Dkrb5.c841 if(mech->init) { in choose_mech()
842 ret = mech->init(conn->app_data); in choose_mech()
/curl/scripts/
H A Dschemetable.c94 static void showtable(int try, int init, int shift) in showtable() argument
99 num[i] = calc(scheme[i].n, init, shift); in showtable()
110 "*/\n", init, shift); in showtable()
/curl/docs/libcurl/
H A Dcurl_multi_init.md33 places in the documentation. This init call MUST have a corresponding call to
41 /* init a multi stack */
H A Dcurl_share_init.md30 some places in the documentation. This init call MUST have a corresponding
H A Dcurl_multi_get_handles.md50 /* init a multi stack */
H A Dlibcurl-easy.md24 When using libcurl's "easy" interface you init your session and get a handle
H A Dcurl_multi_add_handle.md71 /* init a multi stack */
H A Dcurl_global_init.md42 init, as described below. Set the desired bits by ORing the values together.
/curl/src/
H A Dtool_sdecls.h73 curl_off_t init; member
H A Dtool_cb_wrt.c132 outs->init = 0; in tool_create_output_file()
196 if(outs->alloc_filename || outs->is_cd_filename || outs->init) in tool_write_cb()
/curl/tests/data/
H A Dtest153431 CURLINFO_FILETIME init and reset
/curl/docs/examples/
H A Dhtmltitle.cpp89 static bool init(CURL *&conn, char *url) in init() function
274 if(!init(conn, argv[1])) { in main()
/curl/tests/libtest/
H A Dlib540.c51 static CURLcode init(int num, CURLM *cm, const char *url, const char *userpwd, in init() function
112 res = init(num, cm, url, userpwd, headers); in loop()
/curl/.github/workflows/
H A Dcodeql-analysis.yml58 uses: github/codeql-action/init@v3
H A Dosslq-linux.yml158 git submodule update --init
H A Dquiche-linux.yml112 git submodule update --init
/curl/docs/libcurl/opts/
H A DCURLOPT_COOKIESESSION.md24 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COOKIESESSION, long init);
H A DCURLOPT_NETRC.md43 Only machine name, username and password are taken into account (init macros
/curl/lib/vtls/
H A Dvtls_int.h97 int (*init)(void); member
/curl/
H A DRELEASE-NOTES60 o Curl_creader_read: init two variables to avoid using them uninited [99]
100 o gnutls: lazy init the trust settings [75]
179 o tls: use shared init code for TCP+QUIC [57]
186 o tool_operate: init vars unconditionally in post_per_transfer [124]
/curl/packages/vms/
H A Dcurlmsg.msg50 FAILED_INIT <failed init>
H A Dsetup_gnv_curl_build.com270 $! Need to build the common init module.

Completed in 44 milliseconds

12