Home
last modified time | relevance | path

Searched refs:pSession (Results 1 - 8 of 8) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h10712 ** results of attempting to use pSession with any other session module
10719 SQLITE_API void sqlite3session_delete(sqlite3_session *pSession);
10772 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
10802 SQLITE_API int sqlite3session_indirect(sqlite3_session *pSession, int bIndirect);
10863 sqlite3_session *pSession, /* Session object */
10878 sqlite3_session *pSession, /* Session object */
10992 sqlite3_session *pSession, /* Session object */
11011 SQLITE_API sqlite3_int64 sqlite3session_changeset_size(sqlite3_session *pSession);
11071 sqlite3_session *pSession,
11108 sqlite3_session *pSession, /* Sessio
[all...]
/third_party/sqlite/src/
H A Dshell.c19129 static void session_close(OpenSession *pSession){ in session_close() argument
19131 sqlite3session_delete(pSession->p); in session_close()
19132 sqlite3_free(pSession->zName); in session_close()
19133 for(i=0; i<pSession->nFilter; i++){ in session_close()
19134 sqlite3_free(pSession->azFilter[i]); in session_close()
19136 sqlite3_free(pSession->azFilter); in session_close()
19137 memset(pSession, 0, sizeof(OpenSession)); in session_close()
19163 OpenSession *pSession = (OpenSession*)pCtx; in session_filter() local
19165 for(i=0; i<pSession->nFilter; i++){ in session_filter()
19166 if( sqlite3_strglob(pSession in session_filter()
24094 OpenSession *pSession = &pAuxDb->aSession[0]; do_meta_command() local
[all...]
H A Dsqlite3.c11042 ** results of attempting to use pSession with any other session module
11049 SQLITE_API void sqlite3session_delete(sqlite3_session *pSession);
11102 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
11132 SQLITE_API int sqlite3session_indirect(sqlite3_session *pSession, int bIndirect);
11193 sqlite3_session *pSession, /* Session object */
11208 sqlite3_session *pSession, /* Session object */
11322 sqlite3_session *pSession, /* Session object */
11341 SQLITE_API sqlite3_int64 sqlite3session_changeset_size(sqlite3_session *pSession);
11401 sqlite3_session *pSession,
11438 sqlite3_session *pSession, /* Sessio
215959 sessionMalloc64(sqlite3_session *pSession, i64 nByte) global() argument
215970 sessionFree(sqlite3_session *pSession, void *pFree) global() argument
216030 sessionPreupdateHash( sqlite3_session *pSession, SessionTable *pTab, int bNew, int *piHash, int *pbNullPK ) global() argument
216362 sessionPreupdateEqual( sqlite3_session *pSession, SessionTable *pTab, SessionChange *pChange, int op ) global() argument
216441 sessionGrowHash( sqlite3_session *pSession, int bPatchset, SessionTable *pTab ) global() argument
216507 sessionTableInfo( sqlite3_session *pSession, sqlite3 *db, const char *zDb, const char *zThis, int *pnCol, const char **pzTab, const char ***pazCol, u8 **pabPK ) global() argument
216640 sessionInitTable(sqlite3_session *pSession, SessionTable *pTab) global() argument
216678 sqlite3_session *pSession; global() member
216709 sessionUpdateMaxSize( int op, sqlite3_session *pSession, SessionTable *pTab, SessionChange *pC ) global() argument
216815 sessionPreupdateOneChange( int op, sqlite3_session *pSession, SessionTable *pTab ) global() argument
216964 sessionFindTable( sqlite3_session *pSession, const char *zName, SessionTable **ppTab ) global() argument
217013 sqlite3_session *pSession; global() local
217100 sessionDiffHooks( sqlite3_session *pSession, SessionDiffCtx *pDiffCtx ) global() argument
217181 sessionDiffFindNew( int op, sqlite3_session *pSession, SessionTable *pTab, const char *zDb1, const char *zDb2, char *zExpr ) global() argument
217212 sessionDiffFindModified( sqlite3_session *pSession, SessionTable *pTab, const char *zFrom, const char *zExpr ) global() argument
217252 sqlite3session_diff( sqlite3_session *pSession, const char *zFrom, const char *zTbl, char **pzErrMsg ) global() argument
217385 sessionDeleteTable(sqlite3_session *pSession, SessionTable *pList) global() argument
217409 sqlite3session_delete(sqlite3_session *pSession) global() argument
217441 sqlite3session_table_filter( sqlite3_session *pSession, int(*xFilter)(void*, const char*), void *pCtx ) global() argument
217459 sqlite3session_attach( sqlite3_session *pSession, const char *zName ) global() argument
218055 sessionGenerateChangeset( sqlite3_session *pSession, int bPatchset, int (*xOutput)(void *pOut, const void *pData, int nData), void *pOut, int *pnChangeset, void **ppChangeset ) global() argument
218184 sqlite3session_changeset( sqlite3_session *pSession, int *pnChangeset, void **ppChangeset ) global() argument
218202 sqlite3session_changeset_strm( sqlite3_session *pSession, int (*xOutput)(void *pOut, const void *pData, int nData), void *pOut ) global() argument
218214 sqlite3session_patchset_strm( sqlite3_session *pSession, int (*xOutput)(void *pOut, const void *pData, int nData), void *pOut ) global() argument
218230 sqlite3session_patchset( sqlite3_session *pSession, int *pnPatchset, void **ppPatchset ) global() argument
218242 sqlite3session_enable(sqlite3_session *pSession, int bEnable) global() argument
218256 sqlite3session_indirect(sqlite3_session *pSession, int bIndirect) global() argument
218271 sqlite3session_isempty(sqlite3_session *pSession) global() argument
218287 sqlite3session_memory_used(sqlite3_session *pSession) global() argument
218294 sqlite3session_object_config(sqlite3_session *pSession, int op, void *pArg) global() argument
218320 sqlite3session_changeset_size(sqlite3_session *pSession) global() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp5697 VkOpticalFlowSessionNV * pSession ) const VULKAN_HPP_NOEXCEPT
5699 return ::vkCreateOpticalFlowSessionNV( device, pCreateInfo, pAllocator, pSession );
H A Dvulkan_core.h18226 typedef VkResult (VKAPI_PTR *PFN_vkCreateOpticalFlowSessionNV)(VkDevice device, const VkOpticalFlowSessionCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkOpticalFlowSessionNV* pSession);
18242 VkOpticalFlowSessionNV* pSession);
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_handles.hpp13578 VULKAN_HPP_NAMESPACE::OpticalFlowSessionNV * pSession,
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c9132 VkOpticalFlowSessionNV* pSession) { in CreateOpticalFlowSessionNV()
9140 return disp->CreateOpticalFlowSessionNV(device, pCreateInfo, pAllocator, pSession); in CreateOpticalFlowSessionNV()
9128 CreateOpticalFlowSessionNV( VkDevice device, const VkOpticalFlowSessionCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkOpticalFlowSessionNV* pSession) CreateOpticalFlowSessionNV() argument

Completed in 322 milliseconds