Lines Matching refs:added
111 bool *added);
114 bool *added);
229 all_xfers++; /* count total number of transfers added */
279 * a fixed file with implied CC needs to have a byte added for every
740 bool *added)
749 *added = FALSE; /* not yet */
975 *added = TRUE;
1267 /* Avoid having this setopt added to the --libcurl source output. */
1280 Note: avoid having this setopt added to the --libcurl source
1487 303 was added in 7.26.0 */
2140 /* new in 7.40.0, abstract support added in 7.53.0 */
2232 if(!*added || result) {
2233 *added = FALSE;
2239 static long all_added; /* number of easy handles currently added */
2244 * transfers were added.
2267 if(per->added)
2268 /* already added */
2275 per->added = TRUE;
2309 per->added = TRUE;
2353 if(per->added)
2389 all_added--; /* one fewer added */
2392 ended->added = FALSE; /* add it again */
2428 /* we added new ones, make sure the loop doesn't exit yet */
2457 bool added = FALSE;
2459 result = create_transfer(global, share, &added);
2462 if(!added) {
2499 result = create_transfer(global, share, &added);
2537 bool *added)
2541 *added = FALSE;
2636 result = single_transfer(global, config, share, capath_from_env, added);
2642 * 'create_transfer' gets the details and sets up a new transfer if 'added'
2647 bool *added)
2650 *added = FALSE;
2652 result = transfer_per_config(global, global->current, share, added);
2653 if(!result && !*added) {