Lines Matching defs:global
352 static CURLcode pre_transfer(struct GlobalConfig *global, in pre_transfer()
453 static CURLcode post_per_transfer(struct GlobalConfig *global, in post_per_transfer()
881 static CURLcode config2setopts(struct GlobalConfig *global, in config2setopts()
1768 static CURLcode append2query(struct GlobalConfig *global, in append2query()
1804 static CURLcode single_transfer(struct GlobalConfig *global, in single_transfer()
2379 static CURLcode add_parallel_transfers(struct GlobalConfig *global, in add_parallel_transfers()
2464 struct GlobalConfig *global; member
2709 struct GlobalConfig *global = s->global; in check_finished() local
2773 static CURLcode parallel_transfers(struct GlobalConfig *global, in parallel_transfers()
2850 static CURLcode serial_transfers(struct GlobalConfig *global, in serial_transfers()
3030 static CURLcode transfer_per_config(struct GlobalConfig *global, in transfer_per_config()
3083 static CURLcode create_transfer(struct GlobalConfig *global, in create_transfer()
3103 static CURLcode run_all_transfers(struct GlobalConfig *global, in run_all_transfers()
3143 CURLcode operate(struct GlobalConfig *global, int argc, argv_item_t argv[]) in operate()