| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| stabs.c | 81 static int ntypes; variable 154 st->num = ++ntypes;
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| stabs.c | 81 static int ntypes; variable 154 st->num = ++ntypes;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| ssu.c | 48 unsigned int ntypes; /*%< number of data types covered */ member in struct:dns_ssurule 98 isc_mem_cput(mctx, rule->types, rule->ntypes, 137 const dns_name_t *name, unsigned int ntypes, 149 if (ntypes > 0) { 172 rule->ntypes = ntypes; 173 if (ntypes > 0) { 174 rule->types = isc_mem_cget(mctx, ntypes, sizeof(*rule->types)); 175 memmove(rule->types, types, ntypes * sizeof(*rule->types)); 545 if (rule->ntypes == 0) [all...] |
| rbtdb.c | 2523 overmaxtype(dns_rbtdb_t *rbtdb, uint32_t ntypes) { 2528 return ntypes >= rbtdb->maxtypepername; 2558 uint32_t ntypes = 0; local 2684 ++ntypes; 2687 ++ntypes; 3093 if (!IS_CACHE(rbtdb) && overmaxtype(rbtdb, ntypes)) { 3112 if (IS_CACHE(rbtdb) && overmaxtype(rbtdb, ntypes)) {
|
| qpcache.c | 2812 overmaxtype(qpcache_t *qpdb, uint32_t ntypes) { 2817 return ntypes >= qpdb->maxtypepername; 2843 uint32_t ntypes = 0; local 2950 ++ntypes; 3243 if (overmaxtype(qpdb, ntypes)) {
|
| qpzone.c | 1779 uint32_t ntypes; local 1795 ntypes = 0; 1799 ++ntypes; 1974 ntypes >= qpdb->maxtypepername)
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ssu.c | 50 unsigned int ntypes; /*%< number of data types covered */ member in struct:dns_ssurule 101 rule->ntypes * sizeof(dns_rdatatype_t)); 139 const dns_name_t *name, unsigned int ntypes, 151 if (ntypes > 0) { 174 rule->ntypes = ntypes; 175 if (ntypes > 0) { 177 ntypes * sizeof(dns_rdatatype_t)); 178 memmove(rule->types, types, ntypes * sizeof(dns_rdatatype_t)); 516 if (rule->ntypes == 0) [all...] |
| /src/lib/libc/regex/ |
| regex2.h | 124 unsigned int ntypes; member in struct:__anon394 152 for (i = 0; i < cs->ntypes; i++)
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 1393 int ntypes = count_types(h, buf); local 1397 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); 1399 for (i = 1; i <= ntypes; i++) { 1409 resurrect_objects(h, td, tdarr, ntypes + 1, buf, si); 1410 resurrect_functions(h, td, tdarr, ntypes + 1, buf, si); 1411 resurrect_types(h, td, tdarr, ntypes + 1, buf, idx); 1415 td->td_nextid = ntypes + 1;
|