Home
last modified time | relevance | path

Searched refs:str_reset (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h309 void (*str_reset)(sqlite3_str*); member
628 #define sqlite3_str_reset sqlite3_api->str_reset
H A Dsqlite3.c127623 void (*str_reset)(sqlite3_str*);
127942 #define sqlite3_str_reset sqlite3_api->str_reset
/freebsd-13.1/sys/netinet/
H A Dsctp_structs.h848 struct sctp_tmit_chunk *str_reset; member
H A Dsctp_input.c1858 asoc->str_reset = NULL; in sctp_process_cookie_existing()
3374 chk = asoc->str_reset; in sctp_find_stream_reset()
3413 chk = asoc->str_reset; in sctp_clean_up_stream_reset()
3417 asoc->str_reset = NULL; in sctp_clean_up_stream_reset()
H A Dsctp_output.c7082 if (chk != asoc->str_reset) { in sctp_clean_up_ctl()
9474 if (chk != asoc->str_reset) { in sctp_chunk_retransmission()
12055 asoc->str_reset = chk; in sctp_send_stream_reset_out_if_possible()
12265 asoc->str_reset = chk; in sctp_send_str_reset_req()