Lines Matching refs:written
121 ** message is written into memory obtained from malloc() and
125 ** then no error message is ever written.
141 char **errmsg /* Error msg written here */
341 char ***resultp, /* Result written to a char *[] that this points to */
342 int *nrow, /* Number of result rows written here */
343 int *ncolumn, /* Number of result columns written here */
344 char **errmsg /* Error msg written here */
395 char **errmsg, /* Error msg written here */
403 char **errmsg, /* Error msg written here */
409 char ***resultp, /* Result written to a char *[] that this points to */
410 int *nrow, /* Number of result rows written here */
411 int *ncolumn, /* Number of result columns written here */
412 char **errmsg, /* Error msg written here */
418 char ***resultp, /* Result written to a char *[] that this points to */
419 int *nrow, /* Number of result rows written here */
420 int *ncolumn, /* Number of result columns written here */
421 char **errmsg, /* Error msg written here */
633 ** If any errors are detected during compilation, an error message is written
703 ** NULL, then an error message is written into memory obtained from malloc()
840 ** The result is written into a preallocated output buffer "out".