Searched refs:data_buf (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dctable.c269 VSTRING *data_buf = (VSTRING *) context; local
273 if (vstring_get_nonl(data_buf, VSTREAM_IN) == VSTREAM_EOF)
276 vstream_printf("%s\n", STR(data_buf));
279 return (mystrdup(STR(data_buf)));
290 VSTRING *data_buf; local
296 data_buf = vstring_alloc(100);
297 cache = ctable_create(1, ask, drop, (void *) data_buf);
317 vstring_free(data_buf);
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest119.tcl182 set data_buf $bigbuf
184 set data_buf $buffer
190 set data_buf $bigbuf
197 $key_buf -data_buf_size $data_buf -next} res]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.h89 EAPSSLMemoryIORead(SSLConnectionRef connection, void * data_buf,
93 EAPSSLMemoryIOWrite(SSLConnectionRef connection, const void * data_buf,
H A DEAPTLSUtil.c435 EAPSSLMemoryIORead(SSLConnectionRef connection, void * data_buf, argument
462 bcopy(mem_buf->data + mem_buf->offset, data_buf, length);
473 print_data_cfstr(str, data_buf, (int)length);
482 EAPSSLMemoryIOWrite(SSLConnectionRef connection, const void * data_buf, argument
501 bcopy(data_buf, mem_buf->data, length);
506 bcopy(data_buf, mem_buf->data + mem_buf->length, length);
513 print_data_cfstr(str, data_buf, (int)length);
H A Deapfast_plugin.c1217 /* ALIGN: data_buf is aligned to at least sizeof(uint16_t) */
1218 uint16_t data_buf[256/sizeof(uint16_t)]; local
1237 if (data_length > sizeof(data_buf)) {
1241 data = (uint8_t *)data_buf;
1275 if ((void *)data != (void *)data_buf) {
/macosx-10.10/libdispatch-442.1.4/src/
H A Ddata.c141 void *data_buf = NULL; local
155 data_buf = malloc(size);
156 if (slowpath(!data_buf)) {
159 buffer = memcpy(data_buf, buffer, size);
/macosx-10.10/dtrace-147/lockstat/
H A Dlockstat.c1047 char *data_buf; local
1453 err = posix_memalign((void**) &data_buf, sizeof(uint64_t),
1461 g_nrecs_used = process_data(out, data_buf);
1468 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,
1487 for (i = 0, oldlsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,
1516 free(data_buf);
1517 data_buf = (char *)newlsp;
1529 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,

Completed in 281 milliseconds