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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpjpeg.c25 #define BOUNDARY_TAG "avserver" macro
31 snprintf(buf1, sizeof(buf1), "--%s\n", BOUNDARY_TAG);
45 snprintf(buf1, sizeof(buf1), "\n--%s\n", BOUNDARY_TAG);
59 .mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpjpeg.c25 #define BOUNDARY_TAG "ffserver" macro
31 snprintf(buf1, sizeof(buf1), "--%s\r\n", BOUNDARY_TAG);
48 snprintf(buf1, sizeof(buf1), "\r\n--%s\r\n", BOUNDARY_TAG);
61 .mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,

Completed in 85 milliseconds