|
Procster
0.1
Procster-ViewProcessesovertheweb
|
Macros | |
| #define | MHD_YES 1 |
Typedefs | |
| typedef void * | json_t |
| typedef void * | GSList |
| typedef void * | proc_t |
Functions | |
| struct MHD_Response * | MHD_create_response_from_buffer (size_t size, void *buffer, enum MHD_ResponseMemoryMode mode) |
| struct MHD_Response * | MHD_create_response_from_fd (size_t size, int fd) |
| void | MHD_destroy_response (struct MHD_Response *response) |
| int | MHD_add_response_header (struct MHD_Response *response, const char *header, const char *content) |
| void | json_delete (json_t *json) |
| void | g_slist_free (GSList *list) |
| void | freeproc (proc_t *p) |
Model free()ing functions for branching data structures, where coverity does not recognize the free()ing functions or their behavior. Allocating and freeing functions should be modeled as pairs
Try compile by (Also: -of ):
See headers:
Create headers for __coverity_... functions ?
| #define MHD_YES 1 |
| typedef void* GSList |
| typedef void* json_t |
| typedef void* proc_t |
| void freeproc | ( | proc_t * | p | ) |
Referenced by ptree_free().
| void g_slist_free | ( | GSList * | list | ) |
Referenced by proc_tree(), and ptree_free().
| void json_delete | ( | json_t * | json | ) |
| int MHD_add_response_header | ( | struct MHD_Response * | response, |
| const char * | header, | ||
| const char * | content | ||
| ) |
References MHD_YES.
Referenced by answer_to_connection(), answer_to_connection0(), answer_to_connection1(), handle_request(), and ms_answer_to_connection().
| struct MHD_Response* MHD_create_response_from_buffer | ( | size_t | size, |
| void * | buffer, | ||
| enum MHD_ResponseMemoryMode | mode | ||
| ) |
| struct MHD_Response* MHD_create_response_from_fd | ( | size_t | size, |
| int | fd | ||
| ) |
Referenced by req_trystatic(), and trystatic().
| void MHD_destroy_response | ( | struct MHD_Response * | response | ) |