Home
last modified time | relevance | path

Searched refs:sbNVTSearchKeySZ (Results 1 – 6 of 6) sorted by relevance

/dports/devel/liblogging/liblogging-1.0.6/rfc3195/src/
H A Dbeepprofile.c138 pEntry = sbNVTSearchKeySZ(pProfListLocal, NULL, NULL); in sbProfFindProfileURIMatch()
141 if(sbNVTSearchKeySZ(pURIListRemote, NULL, pEntry->pszKey) != NULL) in sbProfFindProfileURIMatch()
143 pEntry = sbNVTSearchKeySZ(pProfListLocal, pEntry, NULL); in sbProfFindProfileURIMatch()
166 pEntry = sbNVTSearchKeySZ(pProfListRemote, NULL, NULL); in sbProfFindProfileMatch()
171 pEntry = sbNVTSearchKeySZ(pProfListRemote, pEntry, NULL); in sbProfFindProfileMatch()
190 pEntry = sbNVTSearchKeySZ(pProfList, NULL, NULL); in sbProfFindProfile()
200 pEntry = sbNVTSearchKeySZ(pProfList, pEntry, NULL); in sbProfFindProfile()
H A Dbeeplisten.c760 while((pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, pEntrySess, NULL)) != NULL) in sbLstnServerLoop()
805 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, NULL, NULL); in sbLstnServerLoop()
818 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, pEntrySess, NULL); in sbLstnServerLoop()
834 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, pEntrySess, NULL); in sbLstnServerLoop()
894 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, NULL, NULL); in sbLstnServerLoop()
912 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, pEntrySess, NULL); in sbLstnServerLoop()
932 pEntrySess = sbNVTSearchKeySZ(pThis->pRootSessions, pEntrySess, NULL); in sbLstnServerLoop()
H A Dbeepsession-lstn.c258 while( ((pProfileEntry = sbNVTSearchKeySZ(pEntry->pChild, pProfileEntry, "profile")) != NULL) in sbSessDoStartMesg()
577 pEntry = sbNVTSearchKeySZ(pThis->pChannels, NULL, NULL); in sbSessAbort()
585 pEntry = sbNVTSearchKeySZ(pThis->pChannels, pEntry, NULL); in sbSessAbort()
H A Dnamevaluetree.h208 sbNVTEObj* sbNVTSearchKeySZ(sbNVTRObj* pRoot, sbNVTEObj* pStart, char* pszSearch);
H A Dnamevaluetree.c751 sbNVTEObj* sbNVTSearchKeySZ(sbNVTRObj* pRoot, sbNVTEObj* pStart, char* pszSearch) in sbNVTSearchKeySZ() function
1087 while((pEntry = sbNVTSearchKeySZ(pRoot, pEntry, NULL)) != NULL) in sbNVTDebugPrintTree()
1129 if((pEntry = sbNVTSearchKeySZ(pRoot, NULL, pEltname)) == NULL) in sbNVTRHasElement()
H A Dbeepsession.c124 while((pProfileEntry = sbNVTSearchKeySZ(pProfileRoot, pProfileEntry, "profile")) != NULL) in sbSessProcessGreeting()
592 while((pEntry = sbNVTSearchKeySZ(pSess->pProfilesSupported, pEntry, NULL)) != NULL) in sbSessSendGreeting()