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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c495 size_t stringLength; local
499 stringLength = strlen(source) + 1;
501 newAllocation = (char *)PR_MALLOC(stringLength);
504 BlockMoveData(source, newAllocation, stringLength);

Completed in 295 milliseconds