Searched refs:in_index (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/MITKerberosShim-66/PrivateKerberos/
H A Dkim_identity.h232 * \param in_index the index of the desired component. Component indexes start at 0.
234 * specified by \a in_index. Must be freed with kim_string_free().
239 kim_count in_index,
H A Dkim_preferences.h355 * \param in_index a index into the identities list (starting at 0).
356 * \param out_identity on exit, the identity at \a in_index in \a in_preferences.
358 * \param out_options on exit, the options associated with identity at \a in_index
366 kim_count in_index,
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-dos.h122 volatile int in_index; /* queue index head */ member in struct:rx_ringbuf
H A Dpcap-dos.c1368 active_dev->queue.in_index = idx;
1414 q->in_index = 0;
1449 * Return the queue's next 'in_index' (head).
1454 volatile int index = q->in_index + 1;
1466 return (struct rx_elem*) (q->buf_start + (q->elem_size * q->in_index));
1482 q->in_index = q->out_index;

Completed in 80 milliseconds