Home
last modified time | relevance | path

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

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y78 static StringListElem * g_stringList = NULL; variable
285 g_zoneSpec.allowUpdate = g_stringList;
286 g_stringList = NULL;
291 g_zoneSpec.allowQuery = g_stringList;
292 g_stringList = NULL;
342 elem->next = g_stringList;
343 g_stringList = elem;