Home
last modified time | relevance | path

Searched refs:read_nbytes (Results 76 – 92 of 92) sorted by relevance

1234

/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dbsockcore.c621 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1130 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dbsockcore.c621 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1130 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dbsockcore.c683 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1243 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dbsockcore.c683 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1243 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dbsockcore.c683 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1243 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dbsockcore.c683 if ((nbytes = read_nbytes(msg, len)) <= 0) { in recvn()
1243 int32_t BSOCKCORE::read_nbytes(char *ptr, int32_t nbytes) in read_nbytes() function
/dports/games/iortcw/iortcw-1.51c/MP/code/opusfile-0.9/src/
H A Dopusfile.c196 int read_nbytes; in op_get_next_page() local
200 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
205 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
207 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/games/iortcw/iortcw-1.51c/SP/code/opusfile-0.9/src/
H A Dopusfile.c196 int read_nbytes; in op_get_next_page() local
200 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
205 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
207 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dopusfile.c195 int read_nbytes; in op_get_next_page() local
199 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
204 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
206 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dopusfile.c195 int read_nbytes; in op_get_next_page() local
199 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
204 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
206 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dopusfile.c195 int read_nbytes; in op_get_next_page() local
199 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
204 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
206 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dopusfile.c195 int read_nbytes; in op_get_next_page() local
199 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
204 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
206 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/audio/opusfile/opusfile-0.12/src/
H A Dopusfile.c196 int read_nbytes; in op_get_next_page() local
200 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
205 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
207 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/audio/praat/praat-6.2.03/external/opusfile/
H A Dopusfile.cpp189 int read_nbytes; in op_get_next_page() local
193 if(_boundary<0)read_nbytes=OP_READ_SIZE; in op_get_next_page()
198 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE); in op_get_next_page()
200 ret=op_get_data(_of,read_nbytes); in op_get_next_page()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opusfile-0.10/src/
H A Dopusfile.c198 int read_nbytes;
202 if(_boundary<0)read_nbytes=OP_READ_SIZE;
207 read_nbytes=(int)OP_MIN(_boundary-position,OP_READ_SIZE);
209 ret=op_get_data(_of,read_nbytes);
/dports/sysutils/apcctrl/apcctrl-0.8.21/
H A DChangeLog5267 Prevent infinite hang in read_nbytes() when server disappears.
/dports/sysutils/apcupsd/apcupsd-3.14.14/
H A DChangeLog5598 Prevent infinite hang in read_nbytes() when server disappears.

1234