Home
last modified time | relevance | path

Searched refs:entidx (Results 1 – 1 of 1) sorted by relevance

/nss/nss_db/
A Ddb-XXX.c61 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()
[all …]

Completed in 4 milliseconds