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 118 /** rbtree of struct local_zone */
125 struct local_zone { struct
129 struct local_zone* parent;
158 * the struct local_zone itself is malloced. */
230 * Compare two local_zone entries in rbtree. Sort hierarchical but not
250 void local_zone_delete(struct local_zone* z);
265 * @return closest local_zone or NULL if no covering zone is found.
267 struct local_zone* local_zones_tags_lookup(struct local_zones* zones,
281 * @return closest local_zone or NULL if no covering zone is found.
283 struct local_zone* local_zones_lookup(struct local_zones* zones,
    [all...]

Completed in 25 milliseconds