Searched defs:pCurCont (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp430 xmlNodePtr pCurCont = pCurBucket->xmlChildrenNode; local
431 while (pCurCont != NULL)
433 if ((!xmlStrcmp(pCurCont->name, (const xmlChar *)"Name")))
435 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
439 if ((!xmlStrcmp(pCurCont->name, (const xmlChar*)"CreationDate")))
441 xmlChar *pszKey = xmlNodeListGetString(pDoc, pCurCont->xmlChildrenNode, 1);
445 pCurCont = pCurCont->next;
470 xmlNodePtr pCurCont = pCurKey->xmlChildrenNode; local
471 while (pCurCont !
[all...]

Completed in 49 milliseconds