OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:server_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/btpand/
server.c
44
static int
server_count
;
variable in typeref:typename:int
140
assert(
server_count
< server_limit);
242
if (++
server_count
== server_limit) {
259
assert(
server_count
> 0);
263
if (
server_count
-- == server_limit)
340
sdp_put_uint8(&buf, (UINT8_MAX -
server_count
* UINT8_MAX / server_limit));
server.c
44
static int
server_count
;
variable in typeref:typename:int
140
assert(
server_count
< server_limit);
242
if (++
server_count
== server_limit) {
259
assert(
server_count
> 0);
263
if (
server_count
-- == server_limit)
340
sdp_put_uint8(&buf, (UINT8_MAX -
server_count
* UINT8_MAX / server_limit));
Completed in 22 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025