Home
last modified time | relevance | path

Searched refs:ZoneSpec (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y67 typedef struct ZoneSpec struct
74 struct ZoneSpec * next; argument
75 } ZoneSpec; typedef
80 static ZoneSpec * g_zones;
81 static ZoneSpec g_zoneSpec;
221 ZoneSpec * zoneSpec;
223 zoneSpec = ( ZoneSpec* ) malloc( sizeof( ZoneSpec ) );
243 ZoneSpec * zoneSpec;
245 zoneSpec = ( ZoneSpec* ) malloc( sizeof( ZoneSpec ) );
403 ZoneSpec * zoneSpec; in ParseConfig()