Lines Matching refs:crlf
171 char *crlf;
184 crlf = value->sip_value_end - strlen(SIP_CRLF);
185 while (crlf != NULL && strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) {
187 crlf -= strlen(SIP_CRLF);
503 char *crlf;
522 crlf = value->sip_value_end - strlen(SIP_CRLF);
523 while (crlf != NULL &&
524 strncmp(crlf, SIP_CRLF, strlen(SIP_CRLF)) == 0) {
526 crlf -= strlen(SIP_CRLF);