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

/haiku/src/build/libgnuregex/
H A Dregex.c881 #define INIT_BUF_SIZE 32
1164 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1168 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
1172 bufp->allocated = INIT_BUF_SIZE;
873 #define INIT_BUF_SIZE macro

Completed in 51 milliseconds