Lines Matching defs:limit
43 small, say, fewer than 1000 entries. There's no hard limit, but
1312 OWconfigAttributePtr limit;
1318 limit = attr + numberInattr;
1320 for (;attr < limit; attr++) {
1493 char **limit = ptr;
1496 ptr < limit;
1579 OWconfigAttributePtr limit=ptr;
1587 ptr < limit;
1616 OWconfigAttributePtr ptr, limit;
1621 for (ptr = attr, limit = attr + numberInAttr;
1622 ptr < limit;