Lines Matching refs:type
416 my ($name, $type, $val)=($1, $2, $3);
463 if($type eq "CURLOPTTYPE_STRINGPOINT") {
468 elsif(($type eq "CURLOPTTYPE_LONG") ||
469 ($type eq "CURLOPTTYPE_VALUES")) {
476 elsif($type eq "CURLOPTTYPE_OFF_T") {
484 elsif(($type eq "CURLOPTTYPE_OBJECTPOINT") ||
485 ($type eq "CURLOPTTYPE_CBPOINT")) {
516 elsif($type eq "CURLOPTTYPE_SLISTPOINT") {
521 elsif($type eq "CURLOPTTYPE_FUNCTIONPOINT") {
533 elsif($type eq "CURLOPTTYPE_BLOB") {
539 print STDERR "\nUnknown type: $type\n";
554 my ($info, $type)=($1, $2);
557 if($type eq "STRING") {
560 elsif($type eq "LONG") {
563 elsif($type eq "OFF_T") {
566 elsif($type eq "DOUBLE") {
569 elsif($type eq "SLIST") {
573 elsif($type eq "SOCKET") {
576 elsif($type eq "PTR") {
585 print STDERR "$info/$type is unsupported\n";
589 print STDERR "$type is unsupported\n";