Home
last modified time | relevance | path

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

1234

/dports/devel/libslang2/slang-2.3.2/slsh/scripts/
H A Djpegsize27 private define read_nbytes (fp, n)
37 return unpack (">H", read_nbytes (fp, 2));
43 variable b = read_nbytes (fp, 2);
51 variable c = read_nbytes (fp, 1);
53 c = read_nbytes (fp, 1);
57 c = read_nbytes (fp, 1);
72 () = read_nbytes (fp, 512);
75 () = read_nbytes (fp, len);
104 variable data_precision = read_nbytes (fp, 1);
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/icap/
H A Dicap_plugin.cc824 int64_t read_nbytes = INT64_MAX; in transform_read_icap_header_event() local
826 while (read_nbytes > 0) { in transform_read_icap_header_event()
829 int64_t read_ndone = (avail >= read_nbytes) ? read_nbytes : avail; in transform_read_icap_header_event()
851 read_nbytes -= consume; in transform_read_icap_header_event()
881 int64_t read_nbytes = INT64_MAX; in transform_read_http_header_event() local
883 while (read_nbytes > 0) { in transform_read_http_header_event()
886 int64_t read_ndone = (avail >= read_nbytes) ? read_nbytes : avail; in transform_read_http_header_event()
904 read_nbytes -= consume; in transform_read_http_header_event()
912 if (read_nbytes <= 0) { in transform_read_http_header_event()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/lib/
H A Dapclibnis.c55 static int read_nbytes(sock_t fd, char *ptr, int nbytes) in read_nbytes() function
142 if ((nbytes = read_nbytes(sockfd, (char *)&pktsiz, sizeof(pktsiz))) <= 0) { in net_recv()
156 if ((nbytes = read_nbytes(sockfd, buff, pktsiz)) <= 0) in net_recv()
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/lib/
H A Dapclibnis.c55 static int read_nbytes(sock_t fd, char *ptr, int nbytes) in read_nbytes() function
142 if ((nbytes = read_nbytes(sockfd, (char *)&pktsiz, sizeof(pktsiz))) <= 0) { in net_recv()
156 if ((nbytes = read_nbytes(sockfd, buff, pktsiz)) <= 0) in net_recv()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/server_transform/
H A Dserver_transform.c408 int64_t read_nbytes = sizeof(int); in transform_read_status_event() local
411 while (read_nbytes > 0) { in transform_read_status_event()
414 int64_t read_ndone = (avail >= read_nbytes) ? read_nbytes : avail; in transform_read_status_event()
419 read_nbytes -= read_ndone; in transform_read_status_event()
/dports/science/py-geometric/geometric-0.9.7.2/geometric/
H A Dnifty.py1403 read_nbytes = 0
1406 if read_nbytes == 0:
1408 read_nbytes += rbytes
1411 read_nbytes += 1
1412 if read_nbytes > 10+rbytes:
1425 read_nbytes = 0
1428 if read_nbytes == 0:
1430 read_nbytes += rbytes
1433 read_nbytes += 1
1434 if read_nbytes > 10+rbytes:
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/tests/
H A Dbsock_mock.h65 MOCK_METHOD2(read_nbytes, int32_t(char*, int32_t));
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dbsock_tcp.h86 int32_t read_nbytes(char* ptr, int32_t nbytes) override;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dbsock_tcp.h63 int32_t read_nbytes(char *ptr, int32_t nbytes) override;
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dbsock_tcp.h63 int32_t read_nbytes(char *ptr, int32_t nbytes) override;
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dbsock_tcp.h63 int32_t read_nbytes(char *ptr, int32_t nbytes) override;

1234