Home
last modified time | relevance | path

Searched refs:bStatic (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dfxjs_v8.h178 v8::Local<v8::Object> NewFxDynamicObj(int nObjDefnID, bool bStatic = false);
Dfxjs_v8.cpp483 bool bStatic) { in NewFxDynamicObj() argument
513 if (!bStatic && FXJS_PerIsolateData::Get(GetIsolate())->m_pDynamicObjsMap) in NewFxDynamicObj()
/external/sqlite/dist/orig/
Dsqlite3.c183699 u8 bStatic; /* True if zBuf is static space */
183784 p->bStatic = 1;
183800 if( !p->bStatic ) sqlite3_free(p->zBuf);
183819 if( p->bStatic ){
183828 p->bStatic = 0;
183968 p->bStatic ? SQLITE_TRANSIENT : sqlite3_free,
183972 assert( p->bStatic );
185401 assert( pStr->bStatic );
185404 pStr->bStatic ? SQLITE_TRANSIENT : sqlite3_free);
185405 pStr->bStatic = 1;
[all …]
/external/sqlite/dist/
Dsqlite3.c183727 u8 bStatic; /* True if zBuf is static space */
183812 p->bStatic = 1;
183828 if( !p->bStatic ) sqlite3_free(p->zBuf);
183847 if( p->bStatic ){
183856 p->bStatic = 0;
183996 p->bStatic ? SQLITE_TRANSIENT : sqlite3_free,
184000 assert( p->bStatic );
185429 assert( pStr->bStatic );
185432 pStr->bStatic ? SQLITE_TRANSIENT : sqlite3_free);
185433 pStr->bStatic = 1;
[all …]