Home
last modified time | relevance | path

Searched refs:sb_buf (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhashswf.c146 sprintf(sb.sb_buf, in HTTP_get()
150 i += sprintf(sb.sb_buf + i, "If-Modified-Since: %s\r\n", http->date); in HTTP_get()
151 i += sprintf(sb.sb_buf + i, "\r\n"); in HTTP_get()
178 RTMPSockBuf_Send(&sb, sb.sb_buf, i); in HTTP_get()
199 if (strncmp(sb.sb_buf, "HTTP/1", 6)) in HTTP_get()
205 p1 = strchr(sb.sb_buf, ' '); in HTTP_get()
226 p1 = memchr(sb.sb_buf, '\n', sb.sb_size); in HTTP_get()
233 sb.sb_size -= sb.sb_start - sb.sb_buf; in HTTP_get()
H A Drtmp.h132 char sb_buf[RTMP_BUFFER_CACHE_SIZE]; /* data read from socket */ member
H A Drtmp.c4257 sb->sb_start = sb->sb_buf; in RTMPSockBuf_Fill()
4261 nBytes = sizeof(sb->sb_buf) - 1 - sb->sb_size - (sb->sb_start - sb->sb_buf); in RTMPSockBuf_Fill()
/OK3568_Linux_fs/kernel/fs/qnx6/
H A Dsuper_mmi.c118 sbi->sb_buf = bh1; in qnx6_mmi_fill_super()
130 sbi->sb_buf = bh2; in qnx6_mmi_fill_super()
H A Dinode.c404 sbi->sb_buf = bh1; in qnx6_fill_super()
410 sbi->sb_buf = bh2; in qnx6_fill_super()
486 brelse(qs->sb_buf); in qnx6_put_super()
H A Dqnx6.h30 struct buffer_head *sb_buf; /* superblock buffer */ member