Lines Matching full:error
315 * If an error occurs, it will return NULL and error_message will contain the
316 * error message.
318 * error_message must be passed NULL, if an error occurs, the caller has the
326 gboolean error = FALSE;
336 error = TRUE;
338 goto error;
349 error = TRUE;
351 goto error;
362 error = TRUE;
364 goto error;
375 error = TRUE;
377 goto error;
388 error = TRUE;
390 goto error;
401 error = TRUE;
403 goto error;
413 error = TRUE;
415 goto error;
432 error = TRUE;
435 error:
436 if (error)