uriDissectQueryMallocExA

Function uriDissectQueryMallocExA 

Source
pub unsafe extern "C" fn uriDissectQueryMallocExA(
    dest: *mut *mut UriQueryListA,
    itemCount: *mut c_int,
    first: *const c_char,
    afterLast: *const c_char,
    plusToSpace: UriBool,
    breakConversion: UriBreakConversion,
) -> c_int
Expand description

Constructs a query list from the raw query string of a given URI. Uses default libc-based memory manager.

@param dest OUT: Output destination @param itemCount OUT: Number of items found, can be NULL @param first IN: Pointer to first character after ‘?’ @param afterLast IN: Pointer to character after the last one still in @param plusToSpace IN: Whether to convert ‘+’ to ’ ’ or not @param breakConversion IN: Line break conversion mode @return Error code or 0 on success

@see uriDissectQueryMallocA @see uriDissectQueryMallocExMmA @see uriComposeQueryExA @see uriFreeQueryListA @since 0.7.0