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

/external/mdnsresponder/Clients/
H A Ddns-sd.c338 #define MAX_LABELS 128 macro
346 const char *label[MAX_LABELS];
368 while (replyDomain && *replyDomain && labels < MAX_LABELS)
/external/chromium_org/third_party/libevent/
H A Devdns.c1301 #define MAX_LABELS 128 macro
1307 struct dnslabel_entry labels[MAX_LABELS];
1346 if (table->n_labels == MAX_LABELS)

Completed in 113 milliseconds