Lines Matching refs:scope
1681 if (ebitmap_write(scope_index->scope + i, fp) == -1) {
1780 scope_datum_t *scope = (scope_datum_t *) datum;
1785 unsigned int items = 2 + scope->decl_ids_len, i;
1803 buf[0] = cpu_to_le32(scope->scope);
1804 buf[1] = cpu_to_le32(scope->decl_ids_len);
1805 for (i = 0; i < scope->decl_ids_len; i++) {
1806 buf[2 + i] = cpu_to_le32(scope->decl_ids[i]);
2035 buf[0] = cpu_to_le32(p->scope[i].table->nel);
2039 if (hashtab_map(p->scope[i].table, scope_write, &pd))