Home
last modified time | relevance | path

Searched refs:del_buf (Results 1 – 20 of 20) sorted by relevance

/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Ddrat.h114 del_buf = new unsigned char[2 * 1024 * 1024]; in DratFile()
115 del_ptr = del_buf; in DratFile()
122 delete[] del_buf; in ~DratFile()
209 del_ptr = del_buf; in forget_delay()
221 unsigned char* del_buf; member
355 memcpy(buf_ptr, del_buf, del_len);
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Ddrat.h114 del_buf = new unsigned char[2 * 1024 * 1024]; in DratFile()
115 del_ptr = del_buf; in DratFile()
122 delete[] del_buf; in ~DratFile()
209 del_ptr = del_buf; in forget_delay()
221 unsigned char* del_buf; member
355 memcpy(buf_ptr, del_buf, del_len);
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dbuffer.h57 void del_buf (struct block * buf, int pos);
H A Dblock.c131 while (lin--) del_buf(ori, lin+pos); in replace_block_in_block()
H A Dbuffer.c120 void del_buf (struct block * buf, int pos) { in del_buf() function
/dports/graphics/argyllcms/Argyll_V1.9.2/cgats/
H A Dpars.h176 int del_buf; /* NZ if memory file buffer should be deleted */ member
H A Dpars.c344 if (p->del_buf) /* Free the memory buffer */ in cgatsFileMem_delete()
389 ((cgatsFileMem *)fp)->del_buf = 1; in new_cgatsFileMem_ad()
H A Dparsstd.c455 ((cgatsFileMem *)p)->del_buf = 1; /* Get cgatsFileMem->del to cleanup buffer */ in new_cgatsFileMem_d()
/dports/editors/vim/vim-8.2.3745/src/
H A Dbuffer.c507 int del_buf = (action == DOBUF_DEL || wipe_buf); in close_buffer() local
516 del_buf = TRUE; in close_buffer()
521 del_buf = TRUE; in close_buffer()
545 del_buf = FALSE; in close_buffer()
549 else if (buf->b_p_bh[0] == 'h' && !del_buf) in close_buffer()
557 del_buf = TRUE; in close_buffer()
567 if ((del_buf || wipe_buf) && !can_unload_buffer(buf)) in close_buffer()
658 del_buf = TRUE; in close_buffer()
677 buf_freeall(buf, (del_buf ? BFA_DEL : 0) in close_buffer()
736 if (del_buf) in close_buffer()
[all …]
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dfile.c285 del_buf();
469 del_buf(); in recover_op()
1341 del_buf(); in diff_file()
H A Dwindows.c197 del_buf() /* delete current buffer */ in del_buf() function
H A Daee.h729 int del_buf P_((void));
H A Dcontrol.c1566 del_buf();
H A Daee.c2219 success = del_buf(); in delete_all_buffers()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.c408 bool del_buf = (action == DOBUF_DEL || action == DOBUF_WIPE); in close_buffer() local
421 del_buf = true; in close_buffer()
424 del_buf = true; in close_buffer()
432 if (buf->terminal && (unload_buf || del_buf || wipe_buf)) { in close_buffer()
435 del_buf = true; in close_buffer()
441 if (buf->b_locked > 0 && (del_buf || wipe_buf)) { in close_buffer()
533 del_buf = true; in close_buffer()
554 buf_freeall(buf, (del_buf ? BFA_DEL : 0) + (wipe_buf ? BFA_WIPE : 0)); in close_buffer()
612 if (del_buf) { in close_buffer()
624 if (del_buf) { in close_buffer()
/dports/graphics/argyllcms/Argyll_V1.9.2/icc/
H A Diccstd.c419 ((icmFileMem *)fp)->del_buf = 1; in new_icmFileMem_d()
H A Dicc.h318 int del_buf; /* NZ if memory file buffer should be deleted */ member
H A Dicc.c448 if (p->del_buf) /* Free the memory buffer */ in icmFileMem_delete()
491 ((icmFileMem *)fp)->del_buf = 1; in new_icmFileMem_ad()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DEditorWindow.C5930 unsigned char del_buf[16]; in copySelectedNodes() local
5931 if (delete_property) strcpy ((char*)del_buf, "TRUE"); in copySelectedNodes()
5932 else strcpy ((char*)del_buf, "FALSE"); in copySelectedNodes()
5934 del_buf, strlen((char*)del_buf)); in copySelectedNodes()
6177 unsigned char del_buf[16]; in setCopiedNet() local
6178 strcpy ((char*)del_buf, "FALSE"); in setCopiedNet()
6180 del_buf, strlen((char*)del_buf)); in setCopiedNet()
6339 unsigned char *del_buf; in EditorWindow_SelectionReadyCB() local
6342 &actual_type, &actual_format, &n_items, &bytes_after, &del_buf); in EditorWindow_SelectionReadyCB()
6343 if ((status == Success) && (del_buf) && (!strcmp((char*)del_buf, "FALSE"))) { in EditorWindow_SelectionReadyCB()
[all …]
/dports/net/samba412/samba-4.12.15/source4/rpc_server/dnsserver/
H A Ddcerpc_dnsserver.c1952 struct DNS_RPC_RECORD_BUF *del_buf) in dnsserver_update_record() argument
1979 if (del_buf == NULL) { in dnsserver_update_record()
1989 &del_buf->rec); in dnsserver_update_record()
1992 if (del_buf == NULL) { in dnsserver_update_record()
2000 &del_buf->rec); in dnsserver_update_record()