Searched refs:POINTER (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5global.h18 /* POINTER defines a generic pointer type */
19 typedef unsigned char *POINTER; typedef
H A Dmd5c.c57 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
58 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
141 ((POINTER)&context->buffer[index], (POINTER)input, partLen);
154 ((POINTER)&context->buffer[index], (POINTER)&input[i],
184 MD5_memset ((POINTER)context, 0, sizeof (*context));
274 MD5_memset ((POINTER)x, 0, sizeof (x));
307 static void MD5_memcpy (POINTER outpu
[all...]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5global.h18 /* POINTER defines a generic pointer type */
19 typedef unsigned char *POINTER; typedef
H A Dmd5c.c57 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
58 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
141 ((POINTER)&context->buffer[index], (POINTER)input, partLen);
154 ((POINTER)&context->buffer[index], (POINTER)&input[i],
184 MD5_memset ((POINTER)context, 0, sizeof (*context));
274 MD5_memset ((POINTER)x, 0, sizeof (x));
307 static void MD5_memcpy (POINTER outpu
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c61 # define POINTER void * macro
63 # define POINTER char * macro
162 POINTER (*chunkfun) (long);
165 POINTER (*chunkfun) ();
220 POINTER (*chunkfun) (POINTER, long);
221 void (*freefun) (POINTER, POINTER);
223 POINTER (*chunkfun) ();
226 POINTER ar
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h40 #define ZeroMemory(POINTER, BYTES) memset(POINTER, 0, BYTES);
H A DAll.h126 #define SAFE_DELETE(POINTER) if (POINTER) { delete POINTER; POINTER = NULL; }
127 #define SAFE_ARRAY_DELETE(POINTER) if (POINTER) { delete [] POINTER; POINTER = NULL; }
128 #define SAFE_VOID_CLASS_DELETE(POINTER, Class) { Class *pClass = (Class *) POINTER; i
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c59 #define POINTER 0x010 /* weird %p pointer (`fake hex') */ macro

Completed in 80 milliseconds