Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 58) sorted by relevance

123

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h73 struct pbuf { struct
75 struct pbuf *next; argument
93 u8_t /*pbuf_type*/ type; argument
100 * that refer to this pbuf. This can be pointers from an application, argument
107 /** Prototype for a function to free a custom pbuf */ argument
113 struct pbuf pbuf; member
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() local
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() local
112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy()
125 struct apple_glx_pbuffer *pbuf = NULL; in apple_glx_pbuffer_create() local
265 struct apple_glx_pbuffer *pbuf; in apple_glx_pbuffer_query() local
/external/python/cpython2/Modules/
D_codecsmodule.c236 Py_buffer pbuf; in utf_7_decode() local
259 Py_buffer pbuf; in utf_8_decode() local
282 Py_buffer pbuf; in utf_16_decode() local
305 Py_buffer pbuf; in utf_16_le_decode() local
329 Py_buffer pbuf; in utf_16_be_decode() local
361 Py_buffer pbuf; in utf_16_ex_decode() local
386 Py_buffer pbuf; in utf_32_decode() local
409 Py_buffer pbuf; in utf_32_le_decode() local
432 Py_buffer pbuf; in utf_32_be_decode() local
463 Py_buffer pbuf; in utf_32_ex_decode() local
[all …]
Dbinascii.c469 Py_buffer pbuf; in binascii_b2a_base64() local
617 Py_buffer pbuf; in binascii_rlecode_hqx() local
877 Py_buffer pbuf; in binascii_crc32() local
/external/ipsec-tools/src/racoon/
Disakmp_ident.c256 vchar_t *pbuf = NULL; local
427 vchar_t *pbuf = NULL; local
671 vchar_t *pbuf = NULL; local
861 vchar_t *pbuf = NULL; local
1123 vchar_t *pbuf = NULL; local
1343 vchar_t *pbuf = NULL; local
Disakmp_base.c296 vchar_t *pbuf = NULL; local
588 vchar_t *pbuf = NULL; local
792 vchar_t *pbuf = NULL; local
1077 vchar_t *pbuf = NULL; local
Disakmp_agg.c342 vchar_t *pbuf = NULL; local
782 vchar_t *pbuf = NULL; local
1322 vchar_t *pbuf = NULL; local
Disakmp_quick.c316 vchar_t *pbuf = NULL; /* for payload parsing */ local
696 vchar_t *pbuf = NULL; /* for payload parsing */ local
840 vchar_t *pbuf = NULL; /* for payload parsing */ local
1388 vchar_t *pbuf = NULL; /* for payload parsing */ local
Dsecurity.c71 vchar_t *pbuf = NULL; local
Dremoteconf.c498 char buf[1024], *pbuf; in dump_peers_identifiers() local
513 char buf[1024], *pbuf; in dump_rmconf_single() local
Disakmp_inf.c128 vchar_t *pbuf = NULL; local
337 vchar_t *pbuf; local
454 vchar_t *pbuf; local
/external/ltp/testcases/kernel/syscalls/write/
Dwrite05.c78 char pbuf[BUFSIZ]; in main() local
/external/ltp/testcases/kernel/syscalls/open/
Dopen09.c47 char pbuf[BUFSIZ]; in main() local
/external/libmtp/util/
Dmtp-probe.c65 char pbuf[FILENAME_MAX]; in get_ep_type() local
135 char pbuf[FILENAME_MAX]; in has_3_ep() local
/external/ltp/testcases/kernel/syscalls/fork/
Dfork08.c53 static char pbuf[10]; variable
Dfork07.c57 static char pbuf[10]; variable
/external/syslinux/core/fs/pxe/
Dcore.c139 void *pbuf; in core_udp_send() local
181 void *pbuf; in core_udp_sendto() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c36 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c80 char pbuf[BUFSIZ]; in main() local
/external/syslinux/core/lwip/src/netif/
Dundiif.c466 undi_transmit(struct netif *netif, struct pbuf *pbuf, in undi_transmit()
541 undi_send_unknown(struct netif *netif, struct pbuf *pbuf) in undi_send_unknown()
547 undi_send_ip(struct netif *netif, struct pbuf *pbuf, hwaddr_t *dst) in undi_send_ip()
553 undi_send_arp(struct netif *netif, struct pbuf *pbuf, hwaddr_t *dst) in undi_send_arp()
/external/oj-libjdwp/src/share/back/
Derror_messages.c65 char pbuf[MAX_MESSAGE_LEN+1]; in vprint_message() local
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y100 static u_int8_t *pbuf = NULL; /* sadb_x_policy buffer */ variable
/external/one-true-awk/
Dlib.c109 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ in getrec()
187 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ in readrec()
Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok()
/external/python/cpython2/Modules/_io/
Dfileio.c477 Py_buffer pbuf; in fileio_readinto() local
675 Py_buffer pbuf; in fileio_write() local

123