Home
last modified time | relevance | path

Searched refs:_ss_table (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/krb5/ss/
H A Dss_internal.h93 #define ss_info(sci_idx) (_ss_table[sci_idx])
108 extern ss_data **_ss_table;
H A Dinvocation.c30 table = _ss_table;
67 _ss_table = table;
H A Ddata.c22 ss_data **_ss_table = (ss_data **)NULL; variable