#include "htatom.h"
#include "cmds.h"
#include "htctrl.h"
#include "hthist.h"
#include "htiobox.h"
#include "htkeyb.h"
#include "htsearch.h"
#include "htstring.h"
#include "process.h"
#include "snprintf.h"
#include "evalx.h"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
|
Referenced by create_request_evalstr(). |
|
Referenced by create_request_expr(). |
|
Definition at line 1194 of file htsearch.cc. Referenced by create_replace_bin_context(), and replace_bin_process(). |
|
Definition at line 472 of file htsearch.cc. Referenced by create_search_bin_context(), and search_bin_process(). |
|
Referenced by test_str_to_ofs(). |
|
Referenced by test_str_to_pos(). |
|
Referenced by create_request_vregex(). |
|
Definition at line 47 of file htsearch.cc. |
|
Definition at line 45 of file htsearch.cc. |
|
Definition at line 465 of file htsearch.cc. References buf, dword, and len. Referenced by create_search_bin_context(), and search_bin_process(). |
|
Definition at line 217 of file htsearch.cc. References buf, ht_view::databuf_get(), ht_evalstr_search_form_data::end, escape_special(), ht_io_exception, NULL, ht_evalstr_search_form_data::options, ht_evalstr_search_form_data::start, and ht_evalstr_search_form_data::str. |
|
Definition at line 411 of file htsearch.cc. References buf, ht_view::databuf_get(), ht_vregex_search_form_data::end, escape_special(), ht_io_exception, NULL, ht_vregex_search_form_data::options, ht_vregex_search_form_data::start, and ht_vregex_search_form_data::str. |
|
Definition at line 139 of file htsearch.cc. References buf, ht_view::databuf_get(), ht_hexascii_search_form_data::end, escape_special(), ht_io_exception, NULL, ht_hexascii_search_form_data::options, ht_hexascii_search_form_data::start, and ht_hexascii_search_form_data::str. |
|
Definition at line 304 of file htsearch.cc. References buf, ht_view::databuf_get(), ht_vregex_search_form_data::end, escape_special(), ht_io_exception, NULL, ht_vregex_search_form_data::options, ht_vregex_search_form_data::start, and ht_vregex_search_form_data::str. |
|
Definition at line 172 of file htsearch.cc. References find_atom(), HT_ATOM, and ht_evalstr_search_form::init(). |
|
Definition at line 379 of file htsearch.cc. References find_atom(), HT_ATOM, and ht_expr_search_form::init(). |
|
Definition at line 110 of file htsearch.cc. References find_atom(), HT_ATOM, and ht_hexascii_search_form::init(). |
|
Definition at line 880 of file htsearch.cc. References find_atom(), HT_ATOM, and ht_replace_hexascii_search_form::init(). |
|
Definition at line 272 of file htsearch.cc. References find_atom(), HT_ATOM, and ht_vregex_search_form::init(). |
|
Definition at line 1195 of file htsearch.cc. References ht_replace_bin_context::buf, byte, ht_replace_bin_context::file, file, FILEOFS, ht_replace_bin_context::len, len, malloc(), ht_replace_bin_context::o, ht_replace_bin_context::ofs, ht_replace_bin_context::repl, REPLACE_COPY_BUF_SIZE, ht_replace_bin_context::repllen, ht_replace_bin_context::return_repllen, UINT, and ht_replace_bin_context::z. Referenced by create_replace_hexascii_context(). |
|
Definition at line 887 of file htsearch.cc. References create_replace_bin_context(), ht_view::databuf_get(), file, FILEOFS, len, ht_replace_hexascii_search_form_data::str, and UINT. |
|
|
Definition at line 386 of file htsearch.cc. References bin2str(), ht_view::databuf_get(), ht_expr_search_form_data::end, EXPR_MAXSTRLEN, ht_io_exception, NULL, search_pos::offset, ht_expr_search_form_data::start, ht_expr_search_form_data::str, test_str_to_ofs(), and UINT. |
|
Definition at line 117 of file htsearch.cc. References create_request_hexascii(), ht_view::databuf_get(), ht_hexascii_search_form_data::end, ht_io_exception, NULL, search_pos::offset, ht_hexascii_search_form_data::options, ht_hexascii_search_form_data::start, ht_hexascii_search_form_data::str, test_str_to_ofs(), and UINT. Referenced by create_request_hexascii(). |
|
Definition at line 279 of file htsearch.cc. References bin2str(), ht_view::databuf_get(), ht_vregex_search_form_data::end, ht_io_exception, NULL, ht_vregex_search_form_data::options, search_pos::pos, SF_REGEX_CASEINSENSITIVE, ht_vregex_search_form_data::start, ht_vregex_search_form_data::str, test_str_to_pos(), UINT, and VREGEX_MAXSTRLEN. |
|
|
Definition at line 1506 of file htsearch.cc. References create_search_bin_context(), ht_fxbin_search_request::data, ht_fxbin_search_request::data_size, execute_process(), file, FILEOFS, ht_search_request::flags, NULL, ht_physical_search_result::offset, search_bin_process(), SFBIN_CASEINSENSITIVE, and ht_physical_search_result::size. Referenced by ht_analy_sub::search(), ht_linear_sub::search(), and ht_text_viewer::search(). |
|
|
|
|
|
Definition at line 70 of file htsearch.cc. References bin2str(), FILEOFS, ht_io_exception, ht_format_viewer::string_to_offset(), TEST_STR_TO_OFS_MAXSTRLEN, and UINT. Referenced by create_request_evalstr(), create_request_expr(), and create_request_hexascii(). |
|
Definition at line 88 of file htsearch.cc. References bin2str(), ht_io_exception, ht_format_viewer::string_to_pos(), TEST_STR_TO_POS_MAXSTRLEN, and UINT. Referenced by create_request_vregex(). |
|
Definition at line 43 of file htsearch.cc. Referenced by replace_dialog(). |
|
Definition at line 42 of file htsearch.cc. Referenced by replace_dialog(), and search_dialog(). |