Lines Matching defs:buf
126 char *buf, *buf2, *start;129 buf = os_readfile(name, &len);130 if (buf == NULL)132 buf2 = os_realloc(buf, len + 1);134 os_free(buf);137 buf = buf2;138 buf[len] = '\0';140 start = os_strstr(buf, "<!DOCTYPE ");162 node = xml_node_from_buf(ctx, buf);163 os_free(buf);