Home | History | Annotate | Download | only in libevent

Lines Matching defs:readbuf

4204 	char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL;
4216 readbuf = mm_strdup(source_uri);
4217 if (readbuf == NULL) {
4222 readp = readbuf;
4318 mm_free(readbuf);
4324 if (readbuf)
4325 mm_free(readbuf);