Searched refs:property_return (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xcmsdb/dist/
H A Dxcmsdb.c350 char *property_return, *pChar;
374 &nbytes_return, &property_return) == XcmsFailure) {
380 if (property_return) {
381 XFree(property_return);
394 pChar = property_return;
417 XFree(property_return);
426 &nbytes_return, &property_return) == XcmsFailure) {
432 if (property_return) {
433 XFree(property_return);
443 pChar = property_return;
346 char *property_return, *pChar; local in function:QuerySCCDataRGB
576 char *property_return, *pChar; local in function:QuerySCCDataGray
[all...]
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c472 char *property_return, *pChar;
496 &format_return, &nitems, &nbytes_return, &property_return) ||
510 pChar = property_return;
515 Xfree (property_return);
576 &format_return, &nitems, &nbytes_return, &property_return)) {
580 pChar = property_return;
786 Xfree (property_return);
818 Xfree (property_return);
471 char *property_return, *pChar; local in function:LINEAR_RGB_InitSCCData

Completed in 5 milliseconds