Searched refs:pFrom (Results 1 – 7 of 7) sorted by relevance
67 file_op.pFrom = path16.c_str(); in PurgeFiles()
120 FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom,
246 void FXJS_ValueCopy(v8::Local<v8::Value>& pTo, v8::Local<v8::Value> pFrom);
774 void FXJS_ValueCopy(v8::Local<v8::Value>& pTo, v8::Local<v8::Value> pFrom) { in FXJS_ValueCopy() argument775 pTo = pFrom; in FXJS_ValueCopy()
12282 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member19912 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local19916 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()19918 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()19920 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()19921 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()19922 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()19923 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()19924 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()19925 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()[all …]
1432 FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom, in FWL_Accelerator_SetForm() argument1434 CFWL_FormImp* pImp = static_cast<CFWL_FormImp*>(pFrom->GetImpl()); in FWL_Accelerator_SetForm()