Searched defs:cache (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libast/regex/ |
H A D | regcache.c | 25 * regcomp() regex_t cache 52 Cache_t** cache; member in struct:State_s 58 * flush the cache 67 if (matchstate.cache[i] && matchstate.cache[i]->keep) 69 matchstate.cache[i]->keep = 0; 70 regfree(&matchstate.cache[i]->re); 90 * 0 pattern flushes the cache and reflags>0 extends cache 99 if (matchstate.cache [all...] |
/ast/src/lib/libcodex/ |
H A D | codexlib.h | 65 Codexcache_t cache[16]; member in struct:Codexstate_s
|
H A D | codex.c | 404 save(Codexcache_t* cache, Codex_t* code, const char* name, int namelen, Codexnum_t flags) argument 406 if (cache->code && cache->code != CODEXERROR) 408 if (cache->code->meth->closef) 409 (*cache->code->meth->closef)(cache->code); 410 else if (cache->code->data) 411 free(cache->code->data); 412 if (cache->code->dp) 413 sfclose(cache 441 Codexcache_t* cache; local [all...] |
/ast/src/cmd/pzip/ |
H A D | r2c.c | 49 size_t cache; member in struct:State_s 82 state.cache = state.window; 104 w = state.cache; 218 state.cache = state.window;
|
H A D | pin.c | 67 "[c:cache?Generate some information on \afile\a that can be reused" 215 int cache; member in struct:__anon193 565 if (state.cache && (sp = sfopen(NiL, state.cachefile, "r"))) 588 error(3, "invalid cache -- column %d frequency omitted", j); 640 if (state.cache) 645 error(ERROR_SYSTEM|1, "cannot write cache"); 648 sfprintf(sp, "# %s cache for %s\n", error_info.id, state.input); 655 error(ERROR_SYSTEM|3, "cache write error"); 845 * check the cache 848 if (state.cache [all...] |
/ast/src/lib/libast/astsa/ |
H A D | optlib.h | 96 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|
/ast/src/lib/libast/misc/ |
H A D | optlib.h | 103 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
|
H A D | optget.c | 2486 o = &state.cache->pass; 4281 Optcache_t* cache; local 4313 cache = 0; 4315 for (pcache = 0, cache = state.cache; cache; pcache = cache, cache = cache->next) 4316 if (cache [all...] |
/ast/src/lib/libvcodex/Vcdelta/ |
H A D | vcdhdr.h | 62 { ssize_t s_near; /* size of near cache */ 63 ssize_t* c_near; /* near address cache */ 64 ssize_t n; /* index in near cache */ 65 ssize_t s_same; /* size of same cache */ 66 ssize_t* c_same; /* exact match cache */ 80 Vcdcache_t* cache; /* address caches */ member in struct:_vcdiff_s 95 ( (vcd)->cache = NIL(Vcdcache_t*), \
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 303 #define CACHE(vd) ((vd)->cache) 315 Block_t* cache[S_CACHE+1]; /* delayed free blocks */ member in struct:_vmdata_s
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 355 #define fgetmount(f) ((f)>=0&&(f)<=state.cache?state.file[f].mount:(Mount_t*)0) 467 int cache; member in struct:__anon7
|
Completed in 36 milliseconds