Home
last modified time | relevance | path

Searched refs:WriteMemoryCallback (Results 1 – 10 of 10) sorted by relevance

/external/curl/docs/examples/
Dgetinmemory.c40 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) in WriteMemoryCallback() function
79 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, WriteMemoryCallback); in main()
Dpostinmemory.c37 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) in WriteMemoryCallback() function
73 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback); in main()
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h331 typedef size_t (*WriteMemoryCallback)(EmulateInstruction *instruction, typedef
471 WriteMemoryCallback write_mem_callback,
477 void SetWriteMemCallback(WriteMemoryCallback write_mem_callback);
494 WriteMemoryCallback m_write_mem_callback = &WriteMemoryDefault;
DDisassembler.h173 EmulateInstruction::WriteMemoryCallback write_mem_calback,
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp215 WriteMemoryCallback write_mem_callback, in SetCallbacks()
230 WriteMemoryCallback write_mem_callback) { in SetWriteMemCallback()
DDisassembler.cpp910 EmulateInstruction::WriteMemoryCallback write_mem_callback, in Emulate()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp953 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
1046 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in SetupSoftwareSingleStepping()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.cpp876 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
939 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in GetWatchpointHitAddress()
DNativeProcessLinux.cpp925 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function
955 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in SetupSoftwareSingleStepping()
/external/curl/docs/
DFAQ1183 WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)