Lines Matching refs:elem
44 OM_uint32 elem[1]; member
59 len = jitter_window * sizeof((*o)->elem[0]); in msg_order_alloc()
61 len -= sizeof((*o)->elem[0]); in msg_order_alloc()
98 (*o)->elem[0] = seq_num - 1; in _gssapi_msg_order_create()
115 o->elem[slot % o->jitter_window] = val; in elem_set()
126 memmove(&o->elem[after_slot + 1], &o->elem[after_slot], in elem_insert()
127 (o->length - after_slot - 1) * sizeof(o->elem[0])); in elem_insert()
153 if (o->elem[0] == seq_num - 1) { in _gssapi_msg_order_check()
162 if (seq_num > o->elem[0] in _gssapi_msg_order_check()
177 if (seq_num < o->elem[o->length - 1]) { in _gssapi_msg_order_check()
184 if (seq_num == o->elem[o->length - 1]) { in _gssapi_msg_order_check()
189 if (o->elem[i] == seq_num) in _gssapi_msg_order_check()
191 if (o->elem[i + 1] < seq_num && o->elem[i] < seq_num) { in _gssapi_msg_order_check()
236 kret = krb5_store_int32(sp, o->elem[i]); in _gssapi_msg_order_export()
280 kret = krb5_ret_int32(sp, (int32_t*)&((*o)->elem[i])); in _gssapi_msg_order_import()