Lines Matching defs:pData
144 char *pData;
323 pmGetProxyAddrMsg, pMsg, pData);
327 STORE_STRING (pData, serviceName);
328 STORE_STRING (pData, serverAddress);
329 STORE_STRING (pData, hostAddress);
330 STORE_STRING (pData, startOptions);
333 STORE_STRING (pData, authName);
334 memcpy (pData, authDataBinary, authLen);
401 char *pData, *pStart;
419 pData = pStart;
421 SKIP_STRING (pData, swap); /* proxy-address */
422 SKIP_STRING (pData, swap); /* failure-reason */
425 length, pData - pStart + SIZEOF (pmGetProxyAddrReplyMsg),
428 pData = pStart;
430 EXTRACT_STRING (pData, swap, reply->addr);
431 EXTRACT_STRING (pData, swap, reply->error);