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

/macosx-10.10/dtrace-147/libelf/
H A Dend.c70 if (d->db_buf != 0)
71 free(d->db_buf);
73 if (t->db_buf != 0)
74 free(t->db_buf);
H A Drawdata.c118 raw->db_buf = (Elf_Void *)_elf_read(elf->ed_fd,
120 if (raw->db_buf == 0) {
125 raw->db_data.d_buf = raw->db_buf;
H A Dgetdata.c289 if ((d->db_buf = malloc(d->db_data.d_size)) == 0) {
293 d->db_data.d_buf = d->db_buf;
H A Ddecl.h139 * db_buf is a pointer to an allocated buffer. The same value
141 * it. If the data buffer is not to be freed, db_buf is null.
161 Elf_Void *db_buf; /* allocated data buffer */ member in struct:Dnode
H A Dclscook.c301 d->db_buf = 0;
/macosx-10.10/BerkeleyDB-21/db/test/scr031/src/
H A Dclient.c36 char *db_buf(DBT *);
283 printf("get: key1: %s\n", db_buf(&key1));
284 printf("get: key3: %s\n", db_buf(&key3));
285 printf("get: data1: %s\n", db_buf(&data1));
286 printf("get: data3: %s\n", db_buf(&data3));
319 db_buf(dbt) function
H A Dserver.c53 char *db_buf(DBT *);
237 printf("put1: key: %s\n", db_buf(&key));
238 printf("put1: data: %s\n", db_buf(&data));
274 db_buf(dbt) function
/macosx-10.10/bootp-298/bootplib/
H A DDNSNameList.c62 uint8_t * db_buf; member in struct:__anon6985
103 db->db_buf = buf;
107 db->db_buf = db->db_buf_s;
117 if (db->db_buf != NULL && db->db_buf != db->db_buf_s) {
118 free(db->db_buf);
145 return (db->db_buf);
171 if (db->db_buf == db->db_buf_s) {
172 db->db_buf = malloc(db->db_buf_size);
173 memcpy(db->db_buf, d
[all...]

Completed in 115 milliseconds