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

/vbox/src/VBox/Storage/
H A DVMDK.cpp372 char *aLines[VMDK_DESCRIPTOR_LINES_MAX]; member in struct:VMDKDESCRIPTOR
1399 char *pEnd = pDescriptor->aLines[pDescriptor->cLines];
1403 && pEnd - pDescriptor->aLines[0] > (ptrdiff_t)pDescriptor->cbDescAlloc - cbDiff)
1408 pDescriptor->aLines[pDescriptor->cLines] = pEnd + cbDiff;
1422 if (!strncmp(pDescriptor->aLines[uStart], pszKey, cbKey))
1425 pszValue = pDescriptor->aLines[uStart] + cbKey;
1449 if (!strncmp(pDescriptor->aLines[uStart], pszKey, cbKey))
1452 pszTmp = pDescriptor->aLines[uStart] + cbKey;
1476 if ( pDescriptor->aLines[pDescriptor->cLines]
1477 - pDescriptor->aLines[
[all...]

Completed in 57 milliseconds