Home | History | Annotate | Download | only in dist

Lines Matching defs:pInput

98559     const char *pInput, int nBytes,      /* Input buffer */
98589 /* TODO(shess) current implementation requires pInput to be
98590 ** nul-terminated. This should either be fixed, or pInput/nBytes
103683 const char *pInput; /* input we are tokenizing */
103685 int iOffset; /* current position in pInput */
103747 ** string to be tokenized is pInput[0..nBytes-1]. A cursor
103753 const char *pInput, int nBytes, /* String to be tokenized */
103763 c->pInput = pInput;
103764 if( pInput==0 ){
103767 c->nBytes = (int)strlen(pInput);
103805 unsigned char *p = (unsigned char *)c->pInput;
110941 int nChar; /* Number of UChar elements in pInput */
110992 ** string to be tokenized is pInput[0..nBytes-1]. A cursor