Lines Matching defs:error
49 const char *error;
102 &error, /* for error message */
103 &erroffset, /* for error offset */
106 /* Compilation failed: print the error message and exit */
110 printf("PCRE compilation failed at offset %d: %s\n", erroffset, error);
131 /* Matching failed: handle error cases */
141 default: printf("Matching error %d\n", rc); break;
323 /* This time, a result of NOMATCH isn't an error. If the value in "options"
360 printf("Matching error %d\n", rc);