Searched refs:pDestructor (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c665 FuncDestructor *pDestructor = p->pDestructor; local
666 if( pDestructor ){
667 pDestructor->nRef--;
668 if( pDestructor->nRef==0 ){
669 pDestructor->xDestroy(pDestructor->pUserData);
670 sqlite3DbFree(db, pDestructor);
1024 FuncDestructor *pDestructor
1052 pUserData, xFunc, xStep, xFinal, pDestructor);
[all...]
H A DsqliteInt.h986 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in struct:FuncDef
995 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
3005 FuncDestructor *pDestructor
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp40 CJS_ObjDefintion(v8::Isolate* isolate, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew): argument
41 objName(sObjName), objType(eObjType), m_pConstructor(pConstructor), m_pDestructor(pDestructor),m_bApplyNew(bApplyNew),m_bSetAsGlobalObject(FALSE)
74 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew) argument
85 CJS_ObjDefintion* pObjDef = FX_NEW CJS_ObjDefintion(isolate, sObjName, eObjType, pConstructor, pDestructor, bApplyNew);
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h64 int JS_DefineObj(IJS_Runtime* pJSRuntime, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9331 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in struct:FuncDef
9340 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
11350 FuncDestructor *pDestructor
107910 FuncDestructor *pDestructor = p->pDestructor; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10649 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in struct:FuncDef
10658 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
12909 FuncDestructor *pDestructor
122937 FuncDestructor *pDestructor = p->pDestructor; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10649 FuncDestructor *pDestructor; /* Reference counted destructor function */ member in struct:FuncDef
10658 ** or not the specified encoding is SQLITE_ANY). The FuncDef.pDestructor
12909 FuncDestructor *pDestructor
122957 FuncDestructor *pDestructor = p->pDestructor; local
[all...]

Completed in 6974 milliseconds