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

  /external/chromium_org/third_party/sqlite/src/src/
test_pcache.c 35 void *pDummy; /* Dummy allocation to simulate failures */
55 assert( testpcacheGlobal.pDummy==0 );
57 testpcacheGlobal.pDummy = sqlite3_malloc(10);
58 return testpcacheGlobal.pDummy==0 ? SQLITE_NOMEM : SQLITE_OK;
69 assert( testpcacheGlobal.pDummy!=0 );
71 sqlite3_free( testpcacheGlobal.pDummy );
72 testpcacheGlobal.pDummy = 0;
137 assert( testpcacheGlobal.pDummy!=0 );
165 assert( testpcacheGlobal.pDummy!=0 );
176 assert( testpcacheGlobal.pDummy!=0 )
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 134 uint8_t pDummy[196];
    [all...]

Completed in 208 milliseconds