Home | History | Annotate | Download | only in src

Lines Matching refs:scope

1693 		if (ebitmap_write(scope_index->scope + i, fp) == -1) {
1792 scope_datum_t *scope = (scope_datum_t *) datum;
1797 unsigned int items = 2 + scope->decl_ids_len, i;
1816 buf[0] = cpu_to_le32(scope->scope);
1817 buf[1] = cpu_to_le32(scope->decl_ids_len);
1818 for (i = 0; i < scope->decl_ids_len; i++) {
1819 buf[2 + i] = cpu_to_le32(scope->decl_ids[i]);
2048 buf[0] = cpu_to_le32(p->scope[i].table->nel);
2052 if (hashtab_map(p->scope[i].table, scope_write, &pd))