Home | History | Annotate | Download | only in src

Lines Matching refs:scope

1706 		if (ebitmap_write(scope_index->scope + i, fp) == -1) {
1805 scope_datum_t *scope = (scope_datum_t *) datum;
1810 unsigned int items = 2 + scope->decl_ids_len, i;
1830 buf[0] = cpu_to_le32(scope->scope);
1831 buf[1] = cpu_to_le32(scope->decl_ids_len);
1833 for (i = 0; i < scope->decl_ids_len; i++)
1834 buf[2 + i] = cpu_to_le32(scope->decl_ids[i]);
2064 buf[0] = cpu_to_le32(p->scope[i].table->nel);
2068 if (hashtab_map(p->scope[i].table, scope_write, &pd))