GNU libmicrohttpd 1.0.2
|
Header for string manipulating helpers types. More...
Go to the source code of this file.
Data Structures | |
struct | _MHD_cstr_w_len |
struct | _MHD_str_w_len |
struct | _MHD_mstr_w_len |
Macros | |
#define | MHD_STATICSTR_LEN_(macro) |
#define | _MHD_S_STR_W_LEN(str) |
Header for string manipulating helpers types.
Definition in file mhd_str_types.h.
#define _MHD_S_STR_W_LEN | ( | str | ) |
Static string initialiser for struct _MHD_str_w_len
Definition at line 66 of file mhd_str_types.h.
#define MHD_STATICSTR_LEN_ | ( | macro | ) |
Determine length of static string / macro strings at compile time.
Definition at line 33 of file mhd_str_types.h.
Referenced by add_response_header_connection(), add_user_headers(), del_response_header_connection(), find_auth_rq_header_(), get_no_space_err_status_code(), get_rq_extended_uname_copy_z(), MHD_add_response_header(), MHD_connection_handle_idle(), MHD_connection_handle_write(), MHD_create_post_processor(), MHD_del_response_header(), MHD_post_process(), MHD_queue_basic_auth_required_response3(), need_100_continue(), new_connection_prepare_(), parse_connection_headers(), parse_http_std_method(), post_process_multipart(), process_multipart_headers(), queue_auth_required_response3_inner(), and send_redirect_fixed_rq_target().