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_int64
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libbluetooth/
t_sdp_put.c
641
atf_tc_set_md_var(tc, "descr", "Test
sdp_put_int64
results");
649
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)0));
650
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT8_MIN));
651
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT8_MAX));
652
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT16_MIN));
653
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT16_MAX));
654
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT32_MIN));
655
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT32_MAX));
656
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT64_MIN));
657
ATF_REQUIRE(
sdp_put_int64
(&test, (int64_t)INT64_MAX))
[
all
...]
/src/lib/libbluetooth/
Makefile
89
MLINKS+= sdp_data.3
sdp_put_int64
.3
sdp_put.c
223
return
sdp_put_int64
(data, (int64_t)value);
274
sdp_put_int64
(sdp_data_t *data, int64_t value)
function in typeref:typename:bool
sdp.h
418
bool
sdp_put_int64
(sdp_data_t *, int64_t);
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025