Lines Matching refs:CR_OK
131 enum CRStatus status = CR_OK; in cr_declaration_parse_from_buf()
147 if (status != CR_OK) in cr_declaration_parse_from_buf()
152 if (status != CR_OK || !property) in cr_declaration_parse_from_buf()
196 enum CRStatus status = CR_OK; in cr_declaration_parse_list_from_buf()
210 if (status != CR_OK || !tokenizer) { in cr_declaration_parse_list_from_buf()
211 if (status == CR_OK) in cr_declaration_parse_list_from_buf()
216 if (status != CR_OK) in cr_declaration_parse_list_from_buf()
221 if (status != CR_OK || !property) { in cr_declaration_parse_list_from_buf()
222 if (status != CR_OK) in cr_declaration_parse_list_from_buf()
238 if (status != CR_OK) { in cr_declaration_parse_list_from_buf()
240 status = CR_OK; in cr_declaration_parse_list_from_buf()
252 if (status != CR_OK || !property) { in cr_declaration_parse_list_from_buf()
254 status = CR_OK; in cr_declaration_parse_list_from_buf()
287 if (status != CR_OK && result) { in cr_declaration_parse_list_from_buf()