mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Merge remote-tracking branch 'public/master'
This commit is contained in:
commit
1cae3ae167
@ -782,7 +782,7 @@ enum evbuffer_ptr_how {
|
|||||||
There are two ways to use this function: you can call
|
There are two ways to use this function: you can call
|
||||||
evbuffer_ptr_set(buf, &pos, N, EVBUFFER_PTR_SET)
|
evbuffer_ptr_set(buf, &pos, N, EVBUFFER_PTR_SET)
|
||||||
to move 'pos' to a position 'N' bytes after the start of the buffer, or
|
to move 'pos' to a position 'N' bytes after the start of the buffer, or
|
||||||
evbuffer_ptr_set(buf, &pos, N, EVBUFFER_PTR_SET)
|
evbuffer_ptr_set(buf, &pos, N, EVBUFFER_PTR_ADD)
|
||||||
to move 'pos' forward by 'N' bytes.
|
to move 'pos' forward by 'N' bytes.
|
||||||
|
|
||||||
If evbuffer_ptr is not initialized, this function can only be called
|
If evbuffer_ptr is not initialized, this function can only be called
|
||||||
|
Loading…
x
Reference in New Issue
Block a user