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

/openbsd-current/usr.sbin/nsd/
H A Dxfrd-catalog-zones.c463 static inline struct catalog_member_zone* cursor_cmz(rbnode_type* node) function
466 { return cursor_cmz(node) ? cursor_cmz(node)->member_id : NULL; }
479 cursor_cmz(cursor)->options.name));
704 cursor_cmz(cursor);
737 cursor_cmz(cursor)->options.pattern->pname,
740 if (cursor_cmz(cursor)->options.pattern ==
747 zopt = &cursor_cmz(cursor)->options;
883 struct catalog_member_zone* to_delete = cursor_cmz(cursor);

Completed in 75 milliseconds