Home
last modified time | relevance | path

Searched refs:types_out (Results 1 – 5 of 5) sorted by relevance

/src/crypto/krb5/src/lib/krb5/krb/
H A Dpac.c184 uint32_t **types_out) in krb5_pac_get_types() argument
188 *types_out = calloc(pac->nbuffers, sizeof(*types_out)); in krb5_pac_get_types()
189 if (*types_out == NULL) in krb5_pac_get_types()
195 (*types_out)[i] = pac->buffers[i].type; in krb5_pac_get_types()
/src/contrib/byacc/test/
H A Dgrammar.y113 extern boolean types_out;
409 if (types_out && want_typedef()) {
/src/contrib/byacc/test/yacc/
H A Dgrammar.tab.c143 extern boolean types_out;
1328 if (types_out && want_typedef()) { in YYPARSE_DECL()
/src/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c163 extern boolean types_out;
2055 if (types_out && want_typedef()) { in YYPARSE_DECL()
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c1308 krb5_authdatatype **types_out) in krb5int_get_authdata_containee_types() argument
1320 *types_out = atypes->types; in krb5int_get_authdata_containee_types()