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

/vbox/src/libs/libpng-1.2.8/
H A Dpngmem.c161 png_byte huge * hptr; local
221 hptr = (png_byte huge *)table;
222 if ((png_size_t)hptr & 0xf)
224 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
225 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
229 png_ptr->offset_table_ptr[i] = (png_bytep)hptr;
230 hptr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h413 struct hostent *hptr; member in struct:__anon9655
425 (memcpy(&(hp).hent, (hp).hptr, sizeof(struct hostent)), \
426 strcpy((hp).h_name, (hp).hptr->h_name), \
428 ((hp).hptr = &(hp).hent), \
440 (((hp).hptr = gethostbyname((h))) ? _Xg_copyHostent(hp) : 0), \
442 (hp).hptr )
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
447 (hp).hptr )
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_pptp.c441 PptpMsgHead hptr; local
455 hptr = (PptpMsgHead) tcp_next(tc);
458 *ptype = ntohs(hptr->type);
461 if ((ntohs(hptr->msgType) != PPTP_CTRL_MSG_TYPE) ||
462 (ntohl(hptr->magic) != PPTP_MAGIC))
471 return (PptpCallId) (hptr + 1);

Completed in 48 milliseconds