Home
last modified time | relevance | path

Searched refs:pPage (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DIndex.c36 CONST DT_PAGE * pPage; in IndexPage() local
70 pPage = &mPageList[0]; in IndexPage()
71 pPageEnd = &pPage[mPageCount]; in IndexPage()
72 pPage += 1; in IndexPage()
73 while ( pPageEnd > pPage ) { in IndexPage()
85 &pPage->pPageName[1]); in IndexPage()
97 &pPage->pPageName[1]); in IndexPage()
109 pPage->pDescription ); in IndexPage()
123 pPage += 1; in IndexPage()
DHTTP.c536 CONST DT_PAGE * pPage; in HttpRequest() local
583 pPage = &mPageList[0]; in HttpRequest()
584 pPageEnd = &pPage[ mPageCount ]; in HttpRequest()
585 while ( pPageEnd > pPage ) { in HttpRequest()
589 if ( 0 == HttpMatch ( pPage->pPageName, pWebPage, FALSE )) { in HttpRequest()
596 pPage += 1; in HttpRequest()
598 if ( pPageEnd <= pPage ) { in HttpRequest()
611 Status = pPage->pfnResponse ( SocketFD, pPort, pbDone ); in HttpRequest()