Searched refs:init (Results 1 – 25 of 35) sorted by relevance
12
/curl/lib/ |
H A D | dynbuf.c | 49 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 D | hash.c | 85 h->init = HASHINIT; in Curl_hash_init() 117 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_add2() 171 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_delete() 196 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_pick() 223 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_destroy() 247 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_count() 261 DEBUGASSERT(h->init == HASHINIT); in Curl_hash_clean_with_criterium() 306 DEBUGASSERT(hash->init == HASHINIT); in Curl_hash_start_iterate() 311 iter->init = ITERINIT; in Curl_hash_start_iterate() 319 DEBUGASSERT(iter->init == ITERINIT); in Curl_hash_next_element()
|
H A D | hash.h | 60 int init; member 72 int init; member 82 int init; member
|
H A D | curl_krb5.h | 30 int (*init)(void *); member
|
H A D | dynbuf.h | 53 int init; /* detect API usage mistakes */ member
|
H A D | krb5.c | 846 if(mech->init) { in choose_mech() 847 ret = mech->init(conn->app_data); in choose_mech()
|
/curl/scripts/ |
H A D | schemetable.c | 95 static void showtable(int try, int init, int shift) in showtable() argument 100 num[i] = calc(scheme[i].n, init, shift); in showtable() 111 "*/\n", init, shift); in showtable()
|
/curl/docs/libcurl/ |
H A D | curl_multi_init.md | 34 places in the documentation. This init call MUST have a corresponding call to 48 /* init a multi stack */
|
H A D | curl_share_init.md | 31 some places in the documentation. This init call MUST have a corresponding
|
H A D | curl_multi_get_handles.md | 53 /* init a multi stack */
|
H A D | libcurl-easy.md | 25 When using libcurl's "easy" interface you init your session and get a handle
|
H A D | curl_multi_add_handle.md | 74 /* init a multi stack */
|
H A D | curl_global_init.md | 43 init, as described below. Set the desired bits by ORing the values together.
|
/curl/src/ |
H A D | tool_sdecls.h | 73 curl_off_t init; member
|
H A D | tool_cb_wrt.c | 127 outs->init = 0; in tool_create_output_file() 191 if(outs->alloc_filename || outs->is_cd_filename || outs->init) in tool_write_cb()
|
/curl/tests/data/ |
H A D | test1534 | 31 CURLINFO_FILETIME init and reset
|
/curl/docs/examples/ |
H A D | htmltitle.cpp | 89 static bool init(CURL *&conn, char *url) in init() function 274 if(!init(conn, argv[1])) { in main()
|
/curl/tests/libtest/ |
H A D | lib540.c | 51 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 D | codeql-analysis.yml | 54 uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_COOKIESESSION.md | 25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COOKIESESSION, long init);
|
H A D | CURLOPT_NETRC.md | 46 Only machine name, username and password are taken into account (init macros
|
/curl/ |
H A D | RELEASE-NOTES | 32 o duphandle: also init netrc [3] 37 o mbedtls: call psa_crypt_init() in global init [2]
|
/curl/lib/vtls/ |
H A D | vtls_int.h | 141 int (*init)(void); member
|
/curl/packages/vms/ |
H A D | curlmsg.msg | 50 FAILED_INIT <failed init>
|
H A D | setup_gnv_curl_build.com | 270 $! Need to build the common init module.
|
Completed in 23 milliseconds
12