Home
last modified time | relevance | path

Searched refs:pContext (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dcmemory.cpp33 static const void *pContext; variable
56 return (*pAlloc)(pContext, s); in uprv_malloc()
75 (*pFree)(pContext, buffer); in uprv_realloc()
82 return (*pRealloc)(pContext, buffer, size); in uprv_realloc()
97 (*pFree)(pContext, buffer); in uprv_free()
125 pContext = context; in u_setMemoryFunctions()
133 pContext = NULL; in cmemory_cleanup()
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.cpp33 static const void *pContext; variable
56 return (*pAlloc)(pContext, s); in uprv_malloc()
75 (*pFree)(pContext, buffer); in uprv_realloc()
82 return (*pRealloc)(pContext, buffer, size); in uprv_realloc()
97 (*pFree)(pContext, buffer); in uprv_free()
125 pContext = context; in u_setMemoryFunctions()
133 pContext = nullptr; in cmemory_cleanup()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.cpp33 static const void *pContext; variable
56 return (*pAlloc)(pContext, s); in uprv_malloc()
75 (*pFree)(pContext, buffer); in uprv_realloc()
82 return (*pRealloc)(pContext, buffer, size); in uprv_realloc()
97 (*pFree)(pContext, buffer); in uprv_free()
125 pContext = context; in u_setMemoryFunctions()
133 pContext = NULL; in cmemory_cleanup()
/third_party/python/Modules/
H A D_lsprof.c345 ProfilerContext *pContext; in ptrace_enter_call() local
363 pContext = pObj->freelistProfilerContext; in ptrace_enter_call()
364 if (pContext) { in ptrace_enter_call()
365 pObj->freelistProfilerContext = pContext->previous; in ptrace_enter_call()
369 pContext = (ProfilerContext*) in ptrace_enter_call()
371 if (pContext == NULL) { in ptrace_enter_call()
376 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
388 ProfilerContext *pContext; in ptrace_leave_call() local
390 pContext = pObj->currentProfilerContext; in ptrace_leave_call()
391 if (pContext in ptrace_leave_call()
693 ProfilerContext *pContext = pObj->currentProfilerContext; flush_unmatched() local
[all...]
/third_party/openSLES/api/1.1/
H A DOpenSLES.h438 const void * pContext,
467 void * pContext
564 void *pContext,
573 void *pContext,
581 void *pContext,
601 void *pContext
616 void *pContext
621 void *pContext
862 void *pContext,
870 void *pContext
[all...]
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h393 const void * pContext,
422 void * pContext
519 void *pContext,
528 void *pContext,
536 void *pContext,
556 void *pContext
571 void *pContext
576 void *pContext
882 void *pContext
895 void *pContext
[all...]
H A DOpenSLES_OpenHarmony.h37 void *pContext,
70 void* pContext
/third_party/openSLES/api/1.0/
H A DOpenSLES.h392 const void * pContext,
421 void * pContext
516 void *pContext,
525 void *pContext,
533 void *pContext,
553 void *pContext
568 void *pContext
573 void *pContext
879 void *pContext
892 void *pContext
[all...]
/third_party/curl/lib/vtls/
H A Dopenssl.c3030 PCCERT_CONTEXT pContext = NULL; in import_windows_cert_store() local
3052 pContext = CertEnumCertificatesInStore(hStore, pContext); in import_windows_cert_store()
3053 if(!pContext) in import_windows_cert_store()
3057 if(!CertGetNameStringA(pContext, CERT_NAME_SIMPLE_DISPLAY_TYPE, 0, in import_windows_cert_store()
3063 encoded_cert = (const unsigned char *)pContext->pbCertEncoded; in import_windows_cert_store()
3068 if(CompareFileTime(&pContext->pCertInfo->NotBefore, &now) > 0 || in import_windows_cert_store()
3069 CompareFileTime(&now, &pContext->pCertInfo->NotAfter) > 0) in import_windows_cert_store()
3073 if(CertGetIntendedKeyUsage(pContext->dwCertEncodingType, in import_windows_cert_store()
3074 pContext in import_windows_cert_store()
[all...]
/third_party/sqlite/include/
H A Dsqlite3.h10565 void *pContext
10574 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member
10591 void *pContext,
10606 void *pContext; /* pContext from when function registered */ member
12906 void *pContext,
12923 void *pContext,
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c1335 const void *pContext = &cbInfo; in TestRegexCAPI() local
1339 uregex_getMatchCallback(re, &returnedFn, &pContext, &status); in TestRegexCAPI()
1342 TEST_ASSERT(pContext == NULL); in TestRegexCAPI()
1354 uregex_getMatchCallback(re, &returnedFn, &pContext, &status); in TestRegexCAPI()
1356 TEST_ASSERT(pContext == &cbInfo); in TestRegexCAPI()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp632 ID3D11DeviceContext* pContext, in DX11Operation()
638 , m_pContext (pContext) in DX11Operation()
629 DX11Operation(const ResourceDescription& resourceDesc, vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType, ID3D11Device* pDevice, ID3D11DeviceContext* pContext, LPD3DX11COMPILEFROMMEMORY fnD3DX11CompileFromMemory, pD3DCompile fnD3DCompile) DX11Operation() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp631 ID3D11DeviceContext* pContext, in DX11Operation()
637 , m_pContext (pContext) in DX11Operation()
628 DX11Operation(const ResourceDescription& resourceDesc, vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType, ID3D11Device* pDevice, ID3D11DeviceContext* pContext, LPD3DX11COMPILEFROMMEMORY fnD3DX11CompileFromMemory, pD3DCompile fnD3DCompile) DX11Operation() argument
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h3633 @param[out] pContext Context object that must be passed to vmaDefragmentationEnd() to finish defragmentation.
3634 @return `VK_SUCCESS` and `*pContext == null` if defragmentation finished within this function call. `VK_NOT_READY` and `*pContext != null` if defragmentation has been started and you need to call vmaDefragmentationEnd() to finish it. Negative value in case of error.
3661 VmaDefragmentationContext VMA_NULLABLE * VMA_NOT_NULL pContext);
7895 VmaDefragmentationContext* pContext);
16943 VmaDefragmentationContext* pContext)
16950 *pContext = vma_new(this, VmaDefragmentationContext_T)(
16953 (*pContext)->AddPools(info.poolCount, info.pPools);
16954 (*pContext)->AddAllocations(
16957 VkResult res = (*pContext)
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c9927 void* pContext; member
10895 void *pContext
10904 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member
10921 void *pContext,
10936 void *pContext; /* pContext from when function registered */ member
13236 void *pContext,
13253 void *pContext,
117432 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) global() argument
117447 sqlite3AuthContextPop(AuthContext *pContext) global() argument
181481 fts3CursorSeek(sqlite3_context *pContext, Fts3Cursor *pCsr) global() argument
183325 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) global() argument
183347 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) global() argument
183394 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) global() argument
183420 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) global() argument
183454 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) global() argument
197431 sqlite3Fts3Matchinfo( sqlite3_context *pContext, Fts3Cursor *pCsr, const char *zArg ) global() argument
201344 void *pContext; global() member
207308 sqlite3_rtree_query_callback( sqlite3 *db, const char *zQueryFunc, int (*xQueryFunc)(sqlite3_rtree_query_info*), void *pContext, void (*xDestructor)(void*) ) global() argument
224431 fts5HighlightCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) global() argument
224567 fts5SentenceFinderCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) global() argument
228032 fts5ParseTokenize( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) global() argument
233011 fts5PoslistCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) global() argument
233049 fts5PoslistOffsetsCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) global() argument
233072 fts5PoslistFilterCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) global() argument
238856 fts5ColumnSizeCb( void *pContext, int tflags, const char *pUnused, int nUnused, int iUnused1, int iUnused2 ) global() argument
240124 fts5StorageInsertCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) global() argument
240573 fts5StorageIntegrityCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) global() argument
[all...]

Completed in 188 milliseconds