pub unsafe extern "C" fn uriDissectQueryMallocExMmA(
dest: *mut *mut UriQueryListA,
itemCount: *mut c_int,
first: *const c_char,
afterLast: *const c_char,
plusToSpace: UriBool,
breakConversion: UriBreakConversion,
memory: *mut UriMemoryManager,
) -> c_intExpand description
Constructs a query list from the raw query string of a given URI.
@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 @param memory IN: Memory manager to use, NULL for default libc @return Error code or 0 on success
@see uriDissectQueryMallocA @see uriDissectQueryMallocExA @see uriComposeQueryExA @see uriFreeQueryListA @see uriFreeQueryListMmA @since 0.9.0