Searched refs:tuple_mode (Results 1 – 1 of 1) sorted by relevance
1240 size_t tuple_mode; /* Keeps track whether tuple_cb called from 'the top' or from gid_cb */ member1353 garg->tuple_mode = 0; in gid_cb()1357 garg->tuple_mode = 1; /* next call to tuple_cb will again start new tuple */ in gid_cb()1564 if (garg->tuple_mode) { in tuple_cb()1568 garg->tuple_mode = 1; /* next call will start a tuple (unless overridden in gid_cb) */ in tuple_cb()1602 gcb.tuple_mode = 1; /* We prepare to collect the first tuple */ in tls1_set_groups_list()