Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h309 void (*str_reset)(sqlite3_str*); member
650 #define sqlite3_str_reset sqlite3_api->str_reset
H A Dsqlite3.c136742 void (*str_reset)(sqlite3_str*);
137083 #define sqlite3_str_reset sqlite3_api->str_reset
/freebsd/sys/netinet/
H A Dsctp_structs.h845 struct sctp_tmit_chunk *str_reset; member
H A Dsctp_input.c1850 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.c7159 if (chk != asoc->str_reset) { in sctp_clean_up_ctl()
9518 if (chk != asoc->str_reset) { in sctp_chunk_retransmission()
12139 asoc->str_reset = chk; in sctp_send_stream_reset_out_if_possible()
12349 asoc->str_reset = chk; in sctp_send_str_reset_req()