HomeSort by: relevance | last modified time | path
    Searched defs:local_zone (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
getdate.y 250 | local_zone
340 local_zone: label
  /src/external/bsd/unbound/dist/services/
localzone.h 121 /** rbtree of struct local_zone */
128 struct local_zone { struct
132 struct local_zone* parent;
161 * the struct local_zone itself is malloced. */
233 * Compare two local_zone entries in rbtree. Sort hierarchical but not
253 void local_zone_delete(struct local_zone* z);
270 * @return closest local_zone or NULL if no covering zone is found.
272 struct local_zone* local_zones_tags_lookup(struct local_zones* zones,
288 * @return closest local_zone or NULL if no covering zone is found.
290 struct local_zone* local_zones_lookup(struct local_zones* zones,
    [all...]

Completed in 20 milliseconds