Lines Matching refs:scope
2029 if (ebitmap_write(scope_index->scope + i, fp) == -1) {
2128 scope_datum_t *scope = (scope_datum_t *) datum;
2133 unsigned int items = 2 + scope->decl_ids_len, i;
2153 buf[0] = cpu_to_le32(scope->scope);
2154 buf[1] = cpu_to_le32(scope->decl_ids_len);
2156 for (i = 0; i < scope->decl_ids_len; i++)
2157 buf[2 + i] = cpu_to_le32(scope->decl_ids[i]);
2385 buf[0] = cpu_to_le32(p->scope[i].table->nel);
2389 if (hashtab_map(p->scope[i].table, scope_write, &pd))