Lines Matching defs:buf
265 char *buf, int _len, enum lws_spa_fileupload_states state)
323 n = (int)write((int)(lws_intptr_t)pss->fd, buf, (unsigned int)len);
384 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE],
385 *start = &buf[LWS_PRE], *p = start,
386 *end = &buf[sizeof(buf) - 1];
490 lws_snprintf((char *)buf, sizeof(buf), "%s/%s", vhd->upload_dir,
493 lwsl_notice("%s: del: path %s\n", __func__, (const char *)buf);
495 if (unlink((const char *)buf) < 0)
497 (const char *)buf);