Lines Matching full:context_len
37 #define CONTEXT_LEN 20
225 char context[CONTEXT_LEN+1];
226 char preContext[CONTEXT_LEN+1];
227 char postContext[CONTEXT_LEN+1];
228 int8_t len = CONTEXT_LEN;
249 start = (pos <=CONTEXT_LEN)? 0 : (pos - (CONTEXT_LEN-1));
258 stop = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-cbuf));
420 char context[CONTEXT_LEN+1];
421 int32_t len = CONTEXT_LEN;