Lines Matching refs:categories
1003 my @categories = split ' ', $catlong{$long};
1013 for my $i (0 .. $#categories) {
1014 if(!$cats{ $categories[$i] }) {
1016 $categories[$i];
1020 $bitmask .= 'CURLHELP_' . uc $categories[$i];
1022 if($i < $#categories) {
1054 my @categories = split ' ', $catlong{$f};
1055 foreach (@categories) {
1059 my @categories;
1061 push @categories, $key;
1063 @categories = sort @categories;
1064 for my $i (0..$#categories) {
1066 uc($categories[$i]), "1u << ${i}u");