Lines Matching refs:pref
179 my $pref = "${w}res = curl_easy_setopt(curl, CURLOPT_$name,";
183 print "${pref} \"string\");\n$check";
184 print "${pref} NULL);\n$check";
187 print "${pref} 0L);\n$check";
188 print "${pref} 22L);\n$check";
189 print "${pref} LO);\n$check";
190 print "${pref} HI);\n$check";
194 print "${pref} dep);\n$check";
197 print "${pref} share);\n$check";
200 print "${pref} errorbuffer);\n$check";
206 print "${pref} stringpointerextra);\n$check";
209 print "${pref} httppost);\n$check";
212 print "${pref} mimepost);\n$check";
215 print "${pref} stream);\n$check";
218 print "${pref} &object);\n$check";
220 print "${pref} NULL);\n$check";
223 print "${pref} slist);\n$check";
228 print "${pref}\n$i${l}cb);\n$check";
231 print "${pref} &func);\n$check";
233 print "${pref} NULL);\n$check";
237 print "${pref} OFF_NO);\n$check";
238 print "${pref} OFF_HI);\n$check";
239 print "${pref} OFF_LO);\n$check";