Home
last modified time | relevance | path

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

/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)
/curl/tests/data/
H A Dtest23729 # The bogus address used here is chosen specifically so that when processed on
H A Dtest144431 # Verify the mtime of the file. The mtime is specifically chosen to be an even
H A Dtest144345 # Verify the mtime of the file. The mtime is specifically chosen to be an even
/curl/docs/libcurl/
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
H A Dcurl_formadd.md144 internally chosen one.
/curl/.github/workflows/
H A Dlinux-old.yml9 # Debian stretch is chosen as it closely matches some of the oldest major
/curl/lib/
H A Durl.c921 struct connectdata *chosen = NULL; in ConnectionExists() local
1228 chosen = check; in ConnectionExists()
1261 chosen = check; in ConnectionExists()
1302 chosen = check; in ConnectionExists()
1306 if(chosen) { in ConnectionExists()
1308 Curl_attach_connection(data, chosen); in ConnectionExists()
1310 *usethis = chosen; in ConnectionExists()

Completed in 32 milliseconds