Home
last modified time | relevance | path

Searched refs:G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgregex.h194 G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED = 166, enumerator
Dgregex.c484 return G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED; in map_to_gregex_error()
789 case G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED: in translate_compile_error()
/third_party/glib/glib/tests/
Dregex.c2281 TEST_NEW_FAIL ("a(*MARK)b", 0, G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED); in main()