HomeSort by relevance Sort by last modified time
    Searched defs:pCache (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 676 NJ_SEARCH_CACHE *pCache;
743 pCache = cursor->cond.ds->dic[diccnt].srhCache;
744 if (pCache != NULL) {
746 if (NJ_GET_CACHEOVER_FROM_SCACHE(pCache)) {
749 if (pCache->keyPtr[cacheOverKeyPtr] == pCache->keyPtr[cacheOverKeyPtr + 1] ) {
762 pCache->keyPtr[clrcnt] = 0x0000;
766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
767 (pCache->keyPtr[clrcnt] != 0))
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 462 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
463 if (pCache) {
464 pCacheBuffer = pCache->data;
698 sdp_buf_t *pCache = sdp_get_cached_rsp(cstate);
700 SDPDBG("Obtained cached rsp : %p", pCache);
702 if (pCache) {
703 short sent = MIN(max_rsp_size, pCache->data_size - cstate->cStateValue.maxBytesSent);
704 pResponse = pCache->data;
710 pCache->data_size, sent, cstate->cStateValue.maxBytesSent);
711 if (cstate->cStateValue.maxBytesSent == pCache->data_size
    [all...]
  /external/sqlite/dist/
sqlite3.c 9884 sqlite3_pcache_methods pcache; \/* Low-level page-cache interface *\/ member in struct:Sqlite3Config
    [all...]

Completed in 303 milliseconds