MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / ServerSendReply

Function ServerSendReply

include/minigui.h:2205–2208  ·  view source on GitHub ↗

* \fn int GUIAPI ServerSendReply (int clifd, const void* reply, int len) * \brief Sends the reply to the client. * * This function sends a reply pointed to by \a reply which is * \a len bytes long to the client. * * \note Only used by the server to send the reply to the client. * This function typically called in your customized request handler. * * \param clifd The fd connected to

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__mg_clipboard_opFunction · 0.50
load_cursorFunction · 0.50
load_cursor_png_fileFunction · 0.50
load_cursor_png_memFunction · 0.50
free_sem_for_shared_surfFunction · 0.50
move_to_layerFunction · 0.50
calc_positionFunction · 0.50
create_cursorFunction · 0.50
copy_cursorFunction · 0.50
destroy_cursorFunction · 0.50
get_clip_cursorFunction · 0.50

Calls 1

ServerSendReplyExFunction · 0.85

Tested by

no test coverage detected