Searched refs:SendJSON (Results 1 – 3 of 3) sorted by relevance
24 int SendJSON(MHD_Connection* connection, Request* request, int n);
80 int SendJSON(MHD_Connection* connection, Request* request, int n) { in SendJSON() function
39 return SendJSON(connection, request, n); in handle()