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.c183711 u8 bStatic; /* True if zBuf is static space */
183796 p->bStatic = 1;
183812 if( !p->bStatic ) sqlite3_free(p->zBuf);
183831 if( p->bStatic ){
183840 p->bStatic = 0;
183980 p->bStatic ? SQLITE_TRANSIENT : sqlite3_free,
183984 assert( p->bStatic );
185413 assert( pStr->bStatic );
185416 pStr->bStatic ? SQLITE_TRANSIENT : sqlite3_free);
185417 pStr->bStatic = 1;
[all …]