Home | History | Annotate | Download | only in src

Lines Matching refs:psBufferedAuth

456             if(NULL != gpphLibContext->psBufferedAuth)
458 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
461 gpphLibContext->psBufferedAuth->sRecvData.buffer);
463 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
466 gpphLibContext->psBufferedAuth->sSendData.buffer);
468 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
469 gpphLibContext->psBufferedAuth = NULL;
553 if(NULL != gpphLibContext->psBufferedAuth)
555 if(NULL != gpphLibContext->psBufferedAuth->sRecvData.buffer)
558 gpphLibContext->psBufferedAuth->sRecvData.buffer);
559 gpphLibContext->psBufferedAuth->sRecvData.buffer = NULL;
561 if(NULL != gpphLibContext->psBufferedAuth->sSendData.buffer)
564 gpphLibContext->psBufferedAuth->sSendData.buffer);
565 gpphLibContext->psBufferedAuth->sSendData.buffer = NULL;
567 phOsalNfc_FreeMemory(gpphLibContext->psBufferedAuth);
568 gpphLibContext->psBufferedAuth = NULL;