Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dforward.c19 static struct frec* lookup_frec(unsigned short id, unsigned int crc);
20 static struct frec* lookup_frec_by_sender(unsigned short id, union mysockaddr* addr,
23 static void free_frec(struct frec* f);
185 struct frec* forward) { in forward_query()
411 struct frec* forward; in reply_query()
778 static struct frec* allocate_frec(time_t now) { in allocate_frec()
779 struct frec* f; in allocate_frec()
781 if ((f = (struct frec*) whine_malloc(sizeof(struct frec)))) { in allocate_frec()
825 static void free_frec(struct frec* f) { in free_frec()
842 struct frec* get_new_frec(time_t now, int* wait) { in get_new_frec()
[all …]
Ddnsmasq.h377 struct frec { struct
390 struct frec* next; argument
624 struct frec* frec_list;
726 struct frec* get_new_frec(time_t now, int* wait);
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py566 frec = otTables.FeatureRecord()
567 frec.FeatureTag = feature_tag
568 frec.Feature = otTables.Feature()
569 frec.Feature.FeatureParams = self.buildFeatureParams(
571 frec.Feature.LookupListIndex = list(lookup_indices)
572 frec.Feature.LookupCount = len(lookup_indices)
573 table.FeatureList.FeatureRecord.append(frec)