Searched refs:zPrior (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c478 ** If zPrior is not NULL then it is a buffer from a prior call to this
483 ** zPrior argument for reuse.
485 static char *one_input_line(FILE *in, char *zPrior, int isContinuation){ argument
489 zResult = local_getline(zPrior, in);
495 zResult = local_getline(zPrior, stdin);
497 free(zPrior);
/external/sqlite/dist/
H A Dshell.c484 ** If zPrior is not NULL then it is a buffer from a prior call to this
489 ** zPrior argument for reuse.
491 static char *one_input_line(FILE *in, char *zPrior, int isContinuation){ argument
495 zResult = local_getline(zPrior, in);
501 zResult = local_getline(zPrior, stdin);
503 free(zPrior);

Completed in 74 milliseconds