Searched refs:pServiceName (Results 1 – 1 of 1) sorted by relevance
191 … phNfc_sData_t *pServiceName) in phFriNfc_LlcpTransport_ServiceNameLoockup() argument209 (pServiceName->length == pSocket->sServiceName.length) in phFriNfc_LlcpTransport_ServiceNameLoockup()210 && !memcmp(pServiceName->buffer, pSocket->sServiceName.buffer, pServiceName->length)) in phFriNfc_LlcpTransport_ServiceNameLoockup()218 if ((pCachedServiceName->sServiceName.length == pServiceName->length) && in phFriNfc_LlcpTransport_ServiceNameLoockup()219 …(memcmp(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length) == 0)) in phFriNfc_LlcpTransport_ServiceNameLoockup()231 pCachedServiceName->sServiceName.buffer = phOsalNfc_GetMemory(pServiceName->length); in phFriNfc_LlcpTransport_ServiceNameLoockup()237 … memcpy(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length); in phFriNfc_LlcpTransport_ServiceNameLoockup()238 pCachedServiceName->sServiceName.length = pServiceName->length; in phFriNfc_LlcpTransport_ServiceNameLoockup()