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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.cpp252 PRUnichar* rslt = shared_allocator.allocate(len + 1); // add one for the null local
253 // PRUnichar* rslt = new PRUnichar[len + 1];
255 if (rslt == NULL) return NULL;
256 memcpy(rslt, str, len * sizeof(PRUnichar));
257 rslt[len] = 0;
258 return rslt;

Completed in 167 milliseconds