Lines Matching refs:h
3 h DFTACTGRP(*NO) ACTGRP(*NEW)
4 h OPTION(*NOSHOWCPY)
5 h BNDDIR('CURL')
58 d h s * Easy handle
68 h = curl_easy_init();
69 if h <> *NULL;
70 curl_easy_setopt_ccsid(h: CURLOPT_URL: %subst(url: 1: urllen): 0);
71 curl_easy_setopt(h: CURLOPT_FOLLOWLOCATION: 1);
72 curl_easy_setopt(h: CURLOPT_WRITEFUNCTION: %paddr(in_data_cb)); // Ignore input data
76 result = curl_easy_perform(h);
85 if curl_easy_header_ccsid(h: 'Content-Type': 0: CURLH_HEADER: -1:
95 hp = curl_easy_nextheader(h: CURLH_HEADER: -1: hp);
109 curl_easy_cleanup(h); // Release handle