Searched refs:last_type (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_milter.c700 int last_type; local
805 for (ptr_offset = 0, last_type = 0; /* void */ ; /* void */ ) {
832 /* Don't update last_type; PTR can happen after REC_TYPE_CONT. */
836 else if (last_type == REC_TYPE_CONT || IS_SPACE_TAB(STR(buf)[0])) {
837 /* Reset the saved PTR record and update last_type. */
845 /* Reset the saved PTR record and update last_type. */ ;
854 last_type = rec_type;
909 int last_type)
917 * rec_buf is the cleanup_find_header_start() result record; last_type is
942 /* Don't update last_type; PT
907 cleanup_find_header_end(CLEANUP_STATE *state, VSTRING *rec_buf, int last_type) argument
1167 int last_type; local
1240 int last_type; local
[all...]
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Dpeap_plugin.c219 EAPType last_type; member in struct:eap_client
323 context->eap.last_type = kEAPTypeInvalid;
352 context->eap.last_type = kEAPTypeInvalid;
380 context->eap.last_type = type;
1543 dictInsertEAPTypeInfo(dict, context->eap.last_type,
H A Deapfast_plugin.c566 EAPType last_type; member in struct:eap_client
1315 context->eap.last_type = kEAPTypeInvalid;
1382 context->eap.last_type = kEAPTypeInvalid;
1412 context->eap.last_type = type;
3564 dictInsertEAPTypeInfo(dict, context->eap.last_type,
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c959 uint16_t last_type; // last type received member in struct:__anon2987
1039 if (ctx->last_type != ctx->type) return 0;
1102 context->last_type = rrtype;
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dancdata.c1168 int last_type = 0; local
1210 last_type = cmh.cmsg_type;
1236 if (last_level == SOL_SOCKET && last_type == SCM_RIGHTS)
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Darm-dis.c1490 enum map_type last_type; variable in typeref:enum:map_type
3966 is_thumb = (last_type == MAP_THUMB);
4007 last_type = type;
4008 is_thumb = (last_type == MAP_THUMB);
4009 is_data = (last_type == MAP_DATA);
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DSupplicant.c115 EAPType last_type; member in struct:eap_client
405 supp->eap.last_type = kEAPTypeInvalid;
431 supp->eap.last_type = kEAPTypeInvalid;
468 supp->eap.last_type = type;
1095 if (supp->eap.last_type == kEAPTypeTLS
2332 dictInsertEAPTypeInfo(dict, supp->eap.last_type,
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm7750 my ( $last_token, $last_type, $last_block_type, $token, $type,
7779 $last_type = $type;
7791 if ( $is_opening_type{$last_type} ) {
7813 if ( $last_type eq '{'
7906 $ws = $binary_ws_rules{$last_type}{$type};
7925 if ( $last_type eq '}' ) { $ws = WS_YES }
7933 elsif ( $last_type eq 'k' ) {
7944 elsif (( $last_type =~ /^[wU]$/ )
7945 || ( $last_type =~ /^[wi]$/ && $last_token =~ /^(\&|->)/ ) )
7954 elsif ( $last_type e
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm8498 my ( $last_token, $last_type, $last_block_type, $token, $type,
8554 $last_type = $type;
8566 if ( $is_opening_type{$last_type} ) {
8588 if ( $last_type eq '{'
8698 $ws = $binary_ws_rules{$last_type}{$type};
8717 if ( $last_type eq '}' ) { $ws = WS_YES }
8725 elsif ( $last_type eq 'k' ) {
8736 elsif (( $last_type =~ /^[wUG]$/ )
8737 || ( $last_type =~ /^[wi]$/ && $last_token =~ /^(\&|->)/ ) )
8746 elsif ( $last_type e
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c2482 enum map_type last_type; variable in typeref:enum:map_type
4872 is_thumb = (last_type == MAP_THUMB);
4915 last_type = type;
4916 is_thumb = (last_type == MAP_THUMB);
4917 is_data = (last_type == MAP_DATA);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c678 static char last_type; /* Is the index for an X or a D. */
692 if (new_index != last_index || this_type != last_type)
709 last_type = this_type;
676 static char last_type; /* Is the index for an X or a D. */ variable

Completed in 556 milliseconds