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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp1415 NS_IMETHODIMP nsRegistry::EscapeKey(PRUint8* key, PRUint32 termination, PRUint32* length, PRUint8** escaped) argument
1441 *escaped = (PRUint8*)nsMemory::Alloc(*length + termination);
1468 e += termination;
1482 NS_IMETHODIMP nsRegistry::UnescapeKey(PRUint8* escaped, PRUint32 termination, PRUint32* length, PRUint8** key) argument
1504 *key = (PRUint8*)nsMemory::Alloc(*length + termination);
1551 e += termination;

Completed in 48 milliseconds