Home
last modified time | relevance | path

Searched refs:map_buf (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/mdbtools/mdbtools-1.0.0/src/util/
H A Dprfreemap.c29 unsigned char *map_buf; in main() local
40 map_buf = &mdb->pg_buf[row_start]; in main()
45 if (map_buf[0]==0) in main()
46 while (map_buf[map_sz]==0xff) map_sz--; in main()
48 while ((pgnum = mdb_map_find_next(mdb, map_buf, map_sz, pgnum))>0) { in main()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dfileparser.c361 char *map_buf; in parseOpenFile() local
375 if (!map_buf) { in parseOpenFile()
384 free(map_buf); in parseOpenFile()
394 map_buf = (char *) realloc(map_buf, map_size + 1); in parseOpenFile()
395 if (!map_buf) { in parseOpenFile()
402 map_buf = (char *) realloc(map_buf, map_offset + 1); in parseOpenFile()
403 map_buf[map_offset] = '\0'; /* EOF */ in parseOpenFile()
405 if (isdigit(*map_buf)) { in parseOpenFile()
409 free(map_buf); in parseOpenFile()
413 char *map_ptr = map_buf; in parseOpenFile()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dfileparser.c334 char *map_buf; in parseOpenFile() local
360 if (!map_buf) { in parseOpenFile()
369 free(map_buf); in parseOpenFile()
378 map_buf = (char *)realloc(map_buf, map_size + 1); in parseOpenFile()
379 if (!map_buf) { in parseOpenFile()
386 map_buf = (char *)realloc(map_buf, map_offset + 1); in parseOpenFile()
387 map_buf[map_offset] = '\0'; /* EOF */ in parseOpenFile()
389 if (isdigit(*map_buf)) { in parseOpenFile()
392 free(map_buf); in parseOpenFile()
398 char *map_ptr = map_buf; in parseOpenFile()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/data1/
H A Dd1_handle.c42 char *map_buf; member
58 p->map_buf = NULL; in data1_create()
99 if (dh->map_buf) in data1_destroy()
100 xfree (dh->map_buf); in data1_destroy()
122 return &dp->map_buf; in data1_get_map_buf()
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dsixel.c103 static BYTE *map_buf = NULL; variable
330 NodeLine(n, map_buf + map_width * n, 0); in NodeFlush()
347 dis = map_buf + map_width * idx; in NodeFlush()
358 src = map_buf + map_width * n; in NodeFlush()
387 memset(map_buf, 0, palet_max * map_width); in NodeFlush()
512 map_buf[idx * map_width + x] |= (1 << i); in Histogram()
517 palet_count[n] += NodeLine(n, map_buf + map_width * n, 0); in Histogram()
522 memset(map_buf, 0, palet_max * map_width); in Histogram()
612 memset(map_buf, 0, palet_max * map_width); in gdImageSixel()
658 map_buf[idx * map_width + x] |= (1 << i); in gdImageSixel()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dsixel.c103 static BYTE *map_buf = NULL; variable
330 NodeLine(n, map_buf + map_width * n, 0); in NodeFlush()
347 dis = map_buf + map_width * idx; in NodeFlush()
358 src = map_buf + map_width * n; in NodeFlush()
387 memset(map_buf, 0, palet_max * map_width); in NodeFlush()
512 map_buf[idx * map_width + x] |= (1 << i); in Histogram()
517 palet_count[n] += NodeLine(n, map_buf + map_width * n, 0); in Histogram()
522 memset(map_buf, 0, palet_max * map_width); in Histogram()
612 memset(map_buf, 0, palet_max * map_width); in gdImageSixel()
658 map_buf[idx * map_width + x] |= (1 << i); in gdImageSixel()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dsixel.c105 static BYTE *map_buf = NULL; variable
336 NodeLine(n, map_buf + map_width * n, 0); in NodeFlush()
353 dis = map_buf + map_width * idx; in NodeFlush()
364 src = map_buf + map_width * n; in NodeFlush()
393 memset(map_buf, 0, palet_max * map_width); in NodeFlush()
518 map_buf[idx * map_width + x] |= (1 << i); in Histogram()
523 palet_count[n] += NodeLine(n, map_buf + map_width * n, 0); in Histogram()
528 memset(map_buf, 0, palet_max * map_width); in Histogram()
618 memset(map_buf, 0, palet_max * map_width); in gdImageSixel()
664 map_buf[idx * map_width + x] |= (1 << i); in gdImageSixel()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dmappedfile.h55 struct buf map_buf; member
103 #define mappedfile_base(mf) ((const char *)((mf)->map_buf.s))
105 #define mappedfile_buf(mf) ((const struct buf *)(&((mf)->map_buf)))
H A Dmappedfile.c93 buf_refresh_mmap(&mf->map_buf, /*onceonly*/0, mf->fd, mf->fname, in _ensure_mapped()
172 buf_free(&mf->map_buf); in mappedfile_close()
208 buf_free(&mf->map_buf); in mappedfile_readlock()
249 if (changed) buf_free(&mf->map_buf); in mappedfile_writelock()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dmappedfile.h55 struct buf map_buf; member
103 #define mappedfile_base(mf) ((const char *)((mf)->map_buf.s))
105 #define mappedfile_buf(mf) ((const struct buf *)(&((mf)->map_buf)))
H A Dmappedfile.c93 buf_refresh_mmap(&mf->map_buf, /*onceonly*/0, mf->fd, mf->fname, in _ensure_mapped()
175 buf_free(&mf->map_buf); in mappedfile_close()
214 buf_free(&mf->map_buf); in mappedfile_readlock()
258 if (changed) buf_free(&mf->map_buf); in mappedfile_writelock()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dmappedfile.c90 struct buf map_buf; member
114 buf_init_mmap(&mf->map_buf, /*onceonly*/0, mf->fd, mf->fname, in _ensure_mapped()
193 buf_free(&mf->map_buf); in mappedfile_close()
229 buf_free(&mf->map_buf); in mappedfile_readlock()
268 if (changed) buf_free(&mf->map_buf); in mappedfile_writelock()
499 return mf->map_buf.s; in mappedfile_base()
509 return &mf->map_buf; in mappedfile_buf()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/devel/thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dstruct_union.rb164 map_buf = []
166map_buf << inspect_field(k, field_info[:key]) + ": " + inspect_field(v, field_info[:value])
168 "{" + map_buf.join(", ") + "}"
/dports/games/xtux/xtux/src/client/
H A Ddraw.c215 win_print(win.map_buf, mt->string, in draw_map_text()
254 blit( tile, win.map_buf, x_dest, y_dest, TILE_W, TILE_H); in redraw_map_buf()
271 trans_blit(tile, win.map_buf, x_dest, y_dest, in redraw_map_buf()
274 blit(tile, win.map_buf, x_dest, y_dest, in redraw_map_buf()
314 offset_blit(win.map_buf, win.buf, 0, 0, client.view_w , client.view_h, in draw_map()
H A Dwin.h24 Pixmap map_buf; member
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Dmain.c659 EFI_MEMORY_DESCRIPTOR *map_buf; in emalloc() local
665 map_buf = get_memory_map(&nr_entries, &map_key, in emalloc()
667 if (!map_buf) in emalloc()
670 d = (UINTN)map_buf; in emalloc()
707 free_pool(map_buf); in emalloc()
/dports/databases/grass7/grass-7.8.6/raster/r.path/
H A Dmain.c367 DCELL *map_buf; in main() local
374 map_buf = Rast_allocate_d_buf(); in main()
379 Rast_get_d_row(fd, map_buf, i); in main()
380 if (write(val_fd, map_buf, ncols * sizeof(DCELL)) != in main()
386 G_free(map_buf); in main()

12