Searched defs:cache (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregcache.c25 * 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 Dcodexlib.h65 Codexcache_t cache[16]; member in struct:Codexstate_s
H A Dcodex.c404 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 Dr2c.c49 size_t cache; member in struct:State_s
82 state.cache = state.window;
104 w = state.cache;
218 state.cache = state.window;
H A Dpin.c67 "[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 Doptlib.h96 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
/ast/src/lib/libast/misc/
H A Doptlib.h103 Optcache_t* cache; /* OPT_cache cache */ member in struct:Optstate_s
H A Doptget.c2486 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 Dvcdhdr.h62 { 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 Dvmhdr.h303 #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 D3d.h355 #define fgetmount(f) ((f)>=0&&(f)<=state.cache?state.file[f].mount:(Mount_t*)0)
467 int cache; member in struct:__anon7

Completed in 75 milliseconds