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

/external/mdnsresponder/mDNSWindows/DLL.NET/
H A DPString.h25 __gc class PString class in namespace:Apple
29 PString(String* string) function in class:Apple::PString
48 ~PString()
/external/ImageMagick/coders/
H A Dmeta.c2095 *PString,
2129 We found the OSType (8BIM) and now grab the ID, PString, and Size fields.
2142 PString=(unsigned char *) AcquireQuantumMemory((size_t) (plen+
2143 MagickPathExtent),sizeof(*PString));
2144 if (PString == (unsigned char *) NULL)
2153 PString[i] = (unsigned char) c;
2155 PString[ plen ] = 0;
2188 if (strlen((const char *)PString) > 0)
2190 PString);
2203 PString
2088 *PString, local
[all...]

Completed in 309 milliseconds