Lines Matching refs:os_strstr
608 char *pos = os_strstr(start, "<Type>"); in tncc_get_type()
622 pos = os_strstr(start, "<Base64>"); in tncc_get_base64()
627 pos2 = os_strstr(pos, "</Base64>"); in tncc_get_base64()
647 pos = os_strstr(start, "<TNCCS-Recommendation "); in tncc_get_recommendation()
652 pos = os_strstr(pos, " type="); in tncc_get_recommendation()
701 start = os_strstr(buf, "<TNCCS-Batch "); in tncc_process_if_tnccs()
702 end = os_strstr(buf, "</TNCCS-Batch>"); in tncc_process_if_tnccs()
713 pos = os_strstr(start, "BatchId="); in tncc_process_if_tnccs()
754 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncc_process_if_tnccs()
758 end = os_strstr(start, "</IMC-IMV-Message>"); in tncc_process_if_tnccs()
799 pos = os_strstr(start, "<TNCC-TNCS-Message>"); in tncc_process_if_tnccs()
803 end = os_strstr(start, "</TNCC-TNCS-Message>"); in tncc_process_if_tnccs()
822 pos = os_strstr(start, "<XML>"); in tncc_process_if_tnccs()
825 pos2 = os_strstr(pos, "</XML>"); in tncc_process_if_tnccs()