Home | History | Annotate | Download | only in conf

Lines Matching full:buff

214 	BUF_MEM *buff=NULL;
226 if ((buff=BUF_MEM_new()) == NULL)
259 if (!BUF_MEM_grow(buff,bufnum+CONFBUFSIZE))
264 p= &(buff->data[bufnum]);
299 p= &(buff->data[bufnum-1]);
309 buf=buff->data;
443 if (buff != NULL) BUF_MEM_free(buff);
447 if (buff != NULL) BUF_MEM_free(buff);