Searched refs:crlf (Results 1 – 8 of 8) sorted by relevance
171 char *crlf; in sip_add_route_to_set() local184 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_add_route_to_set()185 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_add_route_to_set()187 crlf -= strlen(SIP_CRLF); in sip_add_route_to_set()503 char *crlf; in sip_dialog_get_route_set() local522 crlf = value->sip_value_end - strlen(SIP_CRLF); in sip_dialog_get_route_set()523 while (crlf != NULL && in sip_dialog_get_route_set()524 strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) { in sip_dialog_get_route_set()526 crlf -= strlen(SIP_CRLF); in sip_dialog_get_route_set()
346 if (crlf)356 if (crlf)
108 extern int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */
101 int crlf; /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable2106 if (!crlf) { in telsnd()
653 if (crlf) { in togcrlf()842 &crlf,
577 print_ints(uchar_t *data, int len, int crlf) in print_ints() argument586 if (crlf) in print_ints()
14783 # to get crlf, even if :cr: is not ^M.)
16685 # to get crlf, even if <cr> is not ^M.)