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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A Dcreate-html-entity-table71 entity_count = len(entries) variable
116 static const HTMLEntityTableEntry staticEntityTable[%s] = {\n""" % entity_count)
146 output_file.write("%s\n" % offset_table_entry(entity_count))
180 """ % entity_count)
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c2302 int entity_count; local
2311 entity_count = 0;
2313 kSCEntNetIPv4, NULL, &entity_count);
2316 kSCEntNetDNS, dns_dict, &entity_count);
2318 kSCEntNetDHCP, NULL, &entity_count);
2321 kSCEntNetSMB, NULL, &entity_count);
2327 entity_count = 0;
2329 kSCEntNetIPv6, NULL, &entity_count);
2331 kSCEntNetDHCPv6, NULL, &entity_count);
2334 kSCEntNetDNS, dns_dict, &entity_count);
2498 int entity_count; local
2857 int entity_count; local
[all...]

Completed in 82 milliseconds