Searched refs:ntrans (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c246 ucs2_t ntrans; member in struct:__anon1045
260 ucs2_t ntrans; member in struct:_ure_dfa_t
1769 dfa->ntrans += sp->trans_used;
1779 dfa->trans = (_ure_trans_t *) malloc(sizeof(_ure_trans_t) * dfa->ntrans);
1790 dsp->ntrans = sp->trans_used;
1796 for (j = 0; j < dsp->ntrans; j++, tp++) {
1828 if (dfa->ntrans > 0)
1907 if (sp->ntrans)
1910 for (j = 0; j < sp->ntrans; j++) {
1943 if (j + 1 < sp->ntrans)
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_commit.c1062 uint64_t ntrans; local
1083 ntrans = MIN(res_info[donor].ri_transfer,
1089 ntrans) != PO_SUCCESS) {
1093 res_info[donor].ri_transfer -= ntrans;
1094 res_info[receiver].ri_transfer += ntrans;

Completed in 36 milliseconds