OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_put_int
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libbluetooth/
t_sdp_put.c
470
atf_tc_set_md_var(tc, "descr", "Test
sdp_put_int
results");
478
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)0));
479
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT8_MIN));
480
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT8_MAX));
481
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT8_MIN - 1));
482
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT8_MAX + 1));
483
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT16_MIN));
484
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT16_MAX));
485
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT16_MIN - 1));
486
ATF_REQUIRE(
sdp_put_int
(&test, (intmax_t)INT16_MAX + 1))
[
all
...]
/src/lib/libbluetooth/
Makefile
85
MLINKS+= sdp_data.3
sdp_put_int
.3
sdp_put.c
216
sdp_put_int
(sdp_data_t *data, intmax_t value)
function in typeref:typename:bool
sdp.h
414
bool
sdp_put_int
(sdp_data_t *, intmax_t);
Completed in 16 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025