Searched refs:WriteMemoryCallback (Results 1 – 10 of 10) sorted by relevance
/external/curl/docs/examples/ |
D | getinmemory.c | 40 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()
|
D | postinmemory.c | 37 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/ |
D | EmulateInstruction.h | 331 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;
|
D | Disassembler.h | 173 EmulateInstruction::WriteMemoryCallback write_mem_calback,
|
/external/llvm-project/lldb/source/Core/ |
D | EmulateInstruction.cpp | 215 WriteMemoryCallback write_mem_callback, in SetCallbacks() 230 WriteMemoryCallback write_mem_callback) { in SetWriteMemCallback()
|
D | Disassembler.cpp | 910 EmulateInstruction::WriteMemoryCallback write_mem_callback, in Emulate()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessFreeBSD.cpp | 953 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/ |
D | NativeRegisterContextLinux_mips64.cpp | 876 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function 939 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in GetWatchpointHitAddress()
|
D | NativeProcessLinux.cpp | 925 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() function 955 emulator_up->SetWriteMemCallback(&WriteMemoryCallback); in SetupSoftwareSingleStepping()
|
/external/curl/docs/ |
D | FAQ | 1183 WriteMemoryCallback(void *ptr, size_t size, size_t nmemb, void *data)
|