Home
last modified time | relevance | path

Searched refs:BC_DELETE (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/p5-RDFStore/RDFStore-0.51/
H A Dbackend_caching_store.c173 typedef enum { BC_READ, BC_WRITE, BC_EXISTS, BC_DELETE } bc_ops; enumerator
295 case BC_DELETE: in cachekey()
361 case BC_DELETE: in cachekey()
378 case BC_DELETE: /* no need to update */ in cachekey()
916 return cachekey(me, me->cache,&d,NULL, BC_DELETE); in backend_caching_delete()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h1060 #define BC_DELETE 0x0c00 macro