Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 9 of 9) sorted by path

/curl/.github/workflows/
H A Dlinux-old.yml9 # Debian stretch is chosen as it closely matches some of the oldest major
/curl/docs/libcurl/
H A Dcurl_formadd.md144 internally chosen one.
H A Dcurl_global_sslset.md132 If the chosen backend is unknown (or support for the chosen backend has not
H A Dcurl_multi_socket_action.md39 events to be chosen from CURL_CSELECT_IN, CURL_CSELECT_OUT or
/curl/lib/
H A Durl.c928 struct connectdata *chosen = NULL; in ConnectionExists() local
1235 chosen = check; in ConnectionExists()
1268 chosen = check; in ConnectionExists()
1309 chosen = check; in ConnectionExists()
1313 if(chosen) { in ConnectionExists()
1315 Curl_attach_connection(data, chosen); in ConnectionExists()
1317 *usethis = chosen; in ConnectionExists()
/curl/tests/data/
H A Dtest144345 # Verify the mtime of the file. The mtime is specifically chosen to be an even
H A Dtest144431 # Verify the mtime of the file. The mtime is specifically chosen to be an even
H A Dtest23729 # The bogus address used here is chosen specifically so that when processed on
/curl/tests/
H A Dech_combos.py33 def CombinationRepetitionUtil(chosen, arr, badarr, index, argument
43 j = len(chosen) - 1
45 if chosen[j] in badarr:
52 if j != 0 and chosen[j] != chosen[j-1]:
53 print(chosen[j], end = " ")
65 chosen[index] = arr[start]
70 CombinationRepetitionUtil(chosen, arr, badarr, index + 1,
72 CombinationRepetitionUtil(chosen, arr, badarr, index,
83 chosen = [0] * r
87 CombinationRepetitionUtil(chosen, arr, badarr, 0, r, 0, n)

Completed in 31 milliseconds