Searched refs:a_this (Results 1 – 2 of 2) sorted by relevance
38 @@ -344,9 +346,11 @@ static enum CRStatus cr_parser_parse_selector_core (CRParser * a_this);40 static enum CRStatus cr_parser_parse_declaration_core (CRParser * a_this);42 -static enum CRStatus cr_parser_parse_any_core (CRParser * a_this);43 +static enum CRStatus cr_parser_parse_any_core (CRParser * a_this,46 -static enum CRStatus cr_parser_parse_block_core (CRParser * a_this);47 +static enum CRStatus cr_parser_parse_block_core (CRParser * a_this,50 static enum CRStatus cr_parser_parse_value_core (CRParser * a_this);52 @@ -784,7 +788,7 @@ cr_parser_parse_atrule_core (CRParser * a_this)53 cr_parser_try_to_skip_spaces_and_comments (a_this);56 - status = cr_parser_parse_any_core (a_this);[all …]
66 static void ephyrXVPrivDelete(EphyrXVPriv * a_this);67 static Bool ephyrXVPrivQueryHostAdaptors(EphyrXVPriv * a_this);68 static Bool ephyrXVPrivSetAdaptorsHooks(EphyrXVPriv * a_this);69 static Bool ephyrXVPrivRegisterAdaptors(EphyrXVPriv * a_this,286 ephyrXVPrivDelete(EphyrXVPriv * a_this) in ephyrXVPrivDelete() argument290 if (!a_this) in ephyrXVPrivDelete()292 if (a_this->host_adaptors) { in ephyrXVPrivDelete()293 free(a_this->host_adaptors); in ephyrXVPrivDelete()294 a_this->host_adaptors = NULL; in ephyrXVPrivDelete()296 free(a_this->adaptors); in ephyrXVPrivDelete()[all …]