Searched refs:init_cp (Results 1 – 2 of 2) sorted by relevance
98 const uint32_t init_cp = utf16_to_code_point(chars, len, iter); in hb_utf16_script_run_next() local100 if (init_cp == HB_InvalidCodePoint) in hb_utf16_script_run_next()102 const HB_Script init_script = code_point_to_script(init_cp); in hb_utf16_script_run_next()148 const uint32_t init_cp = utf16_to_code_point_prev(chars, len, iter); in hb_utf16_script_run_prev() local150 if (init_cp == HB_InvalidCodePoint) in hb_utf16_script_run_prev()152 const HB_Script init_script = code_point_to_script(init_cp); in hb_utf16_script_run_prev()
1516 struct sctp_init_chunk *init_cp, init_buf; in sctp_process_cookie_existing() local1555 init_cp = (struct sctp_init_chunk *) in sctp_process_cookie_existing()1558 if (init_cp == NULL) { in sctp_process_cookie_existing()1562 if (init_cp->ch.chunk_type != SCTP_INITIATION) { in sctp_process_cookie_existing()1569 initack_offset = init_offset + SCTP_SIZE32(ntohs(init_cp->ch.chunk_length)); in sctp_process_cookie_existing()1581 (ntohl(init_cp->init.initiate_tag) == asoc->peer_vtag)) { in sctp_process_cookie_existing()1616 retval = sctp_process_init(init_cp, stcb); in sctp_process_cookie_existing()1718 ntohl(init_cp->init.initiate_tag) == asoc->peer_vtag && in sctp_process_cookie_existing()1734 ((ntohl(init_cp->init.initiate_tag) != asoc->peer_vtag) || in sctp_process_cookie_existing()1754 ((ntohl(init_cp->init.initiate_tag) != asoc->peer_vtag) || in sctp_process_cookie_existing()[all …]