Home | History | Annotate | Download | only in libevent

Lines Matching refs:number

662   Get the libevent version number.
664 @return a string containing the version number of libevent
678 Set the number of different event priorities.
686 The number of different priorities can be set initially with the
692 @param npriorities the maximum number of priorities
701 Set the number of different event priorities (threadsafe variant).
706 @param npriorities the maximum number of priorities
1004 @param datlen the number of bytes to be copied from the data buffer
1016 @return the number of bytes read
1052 @return The number of bytes added if successful, or -1 if an error occurred.
1067 @return The number of bytes added if successful, or -1 if an error occurred.
1073 Remove a specified number of bytes data from the beginning of an evbuffer.
1076 @param len the number of bytes to drain from the beginning of the buffer
1088 @return the number of bytes written, or -1 if an error occurred
1099 @param howmuch the number of bytes to be read
1100 @return the number of bytes read, or -1 if an error occurred
1139 We encode integer's by nibbles; the first nibble contains the number
1143 @param evbuf evbuffer to store the encoded number
1144 @param number a 32-bit integer
1146 void encode_int(struct evbuffer *evbuf, ev_uint32_t number);