pub unsafe extern "C" fn uriDissectQueryMallocA(
dest: *mut *mut UriQueryListA,
itemCount: *mut c_int,
first: *const c_char,
afterLast: *const c_char,
) -> c_intExpand description
Constructs a query list from the raw query string of a given URI. On the way ‘+’ is converted back to ’ ’, line breaks are not modified. 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 @return Error code or 0 on success
@see uriDissectQueryMallocExA @see uriDissectQueryMallocExMmA @see uriComposeQueryA @see uriFreeQueryListA @see uriFreeQueryListMmA @since 0.7.0