Lines Matching refs:fh
180 my ($fh, $tempfile) = mkstemp("lib1521-XXXXX");
182 print $fh <<HEADER
462 print $fh "\n /****** Verify $name ******/\n";
464 print $fh "${fpref} \"string\");\n$fstringcheck";
465 print $fh "$ifpresent";
466 print $fh "${pref} NULL);\n$nullcheck";
470 print $fh "${fpref} 0L);\n$flongcheckzero";
471 print $fh "$ifpresent";
472 print $fh "${pref} 22L);\n$longcheck";
473 print $fh "${pref} LO);\n$longcheck";
474 print $fh "${pref} HI);\n$longcheck";
477 print $fh "${fpref} OFF_NO);\n$flongcheckzero";
478 print $fh "$ifpresent";
480 print $fh "${pref}\n${lvl}(curl_off_t)22);\n$longcheck";
481 print $fh "${pref} OFF_HI);\n$longcheck";
482 print $fh "${pref} OFF_LO);\n$longcheck";
487 print $fh "${fpref} dep);\n$fcheck";
490 print $fh "${fpref} share);\n$fcheck";
493 print $fh "${fpref} errorbuffer);\n$fcheck";
498 print $fh " (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0);\n";
499 print $fh "${fpref} stringpointerextra);\n$fcheck";
502 print $fh "${fpref} httppost);\n$fcheck";
505 print $fh "${fpref} mimepost);\n$fcheck";
508 print $fh "${fpref} stream);\n$fcheck";
511 print $fh "${fpref} &object);\n$fcheck";
513 print $fh "$ifpresent";
514 print $fh "${pref} NULL);\n$nullcheck";
517 print $fh "${fpref} slist);\n$fcheck";
518 print $fh "$ifpresent";
519 print $fh "${pref} NULL);\n$nullcheck";
525 print $fh "${fpref}\n$i${l}cb);\n$fcheck";
528 print $fh "${fpref} &func);\n$fcheck";
530 print $fh "$ifpresent";
531 print $fh "${pref} NULL);\n$nullcheck";
534 print $fh "${fpref} &blob);\n$check";
535 print $fh "$ifpresent";
536 print $fh "${pref} NULL);\n$nullcheck";
543 print $fh <<MOO
558 print $fh "$c &charp);\n$check";
561 print $fh "$c &val);\n$check";
564 print $fh "$c &oval);\n$check";
567 print $fh "$c &dval);\n$check";
570 print $fh "$c &slist);\n$check";
571 print $fh " if(slist)\n curl_slist_free_all(slist);\n";
574 print $fh "$c &sockfd);\n$check";
578 print $fh "$c &certinfo);\n$check";
582 print $fh "$c &tlssession);\n$check";
595 print $fh <<FOOTER
612 close($fh);