Searched refs:cursors (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dcursor.c51 for (p = &ccache->cursors; *p != NULL; p = &(*p)->next)
94 for (p = ccache->cursors; p != NULL; p = p->next) {
130 for (p = &ccache->cursors; *p != NULL; p = &(*p)->next) {
H A Dkcm_locl.h89 kcm_cursor *cursors; member in struct:kcm_ccache_data
H A Dcache.c223 slot->cursors = NULL;
267 c = ccache->cursors;
275 ccache->cursors = NULL;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h198 dns_name_t *cursors[DNS_SECTION_MAX]; member in struct:dns_message
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c390 m->cursors[i] = NULL;
2281 msg->cursors[i] = NULL;
2310 msg->cursors[section] = ISC_LIST_HEAD(msg->sections[section]);
2312 if (msg->cursors[section] == NULL)
2322 REQUIRE(msg->cursors[section] != NULL);
2324 msg->cursors[section] = ISC_LIST_NEXT(msg->cursors[section], link);
2326 if (msg->cursors[section] == NULL)
2339 REQUIRE(msg->cursors[section] != NULL);
2341 *name = msg->cursors[sectio
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c147 static int cursors; variable
706 select one of the actual cursors. */
754 first_cursor = cursors;
776 ++cursors;
779 name.u.id = cursors;

Completed in 102 milliseconds