UriParserStateA

Type Alias UriParserStateA 

Source
pub type UriParserStateA = UriParserStateStructA;
Expand description

Represents a state of the %URI parser. Missing components can be NULL to reflect a components absence.

@see uriFreeUriMembersA @see uriFreeUriMembersMmA @since 0.3.0

Aliased Type§

#[repr(C)]
pub struct UriParserStateA { pub uri: *mut UriUriStructA, pub errorCode: i32, pub errorPos: *const i8, pub reserved: *mut c_void, }

Fields§

§uri: *mut UriUriStructA

< Plug in the %URI structure to be filled while parsing here

§errorCode: i32

< Code identifying the error which occurred

§errorPos: *const i8

< Pointer to position in case of a syntax error

§reserved: *mut c_void

< Reserved to the parser