Lines Matching refs:entidx
61 static const char *entidx; variable
80 entidx = NULL; in CONCAT()
256 entidx = NULL; in CONCAT()
261 if (entidx == NULL) in CONCAT()
262 entidx = (const char *) state.header + state.header->valstroffset; in CONCAT()
270 while (entidx < end) in CONCAT()
272 const char *next = rawmemchr (entidx, '\0') + 1; in CONCAT()
273 size_t len = next - entidx; in CONCAT()
285 char *p = memcpy (buffer, entidx, len); in CONCAT()
292 entidx = next; in CONCAT()
303 entidx = next; in CONCAT()