Home
last modified time | relevance | path

Searched +defs:check +defs:ptr +defs:eq +defs:c (Results 1 – 25 of 52) sorted by relevance

123

/dports/audio/moc/moc-2.5.2/
H A Doptions.c55 options_t_check *check; member
296 static void add_int (const char *name, const int value, options_t_check *check, const int count, ..… in add_int()
326 static void add_str (const char *name, const char *value, options_t_check *check, const int count, … in add_str()
545 #define CHECK_DISCRETE(c) check_discrete, (c) argument
546 #define CHECK_RANGE(c) check_range, (2 * (c)) argument
547 #define CHECK_LENGTH(c) check_length, (2 * (c)) argument
548 #define CHECK_SYMBOL(c) (c) argument
857 char *dollar, *result, *ptr, *name, *value, *dflt, *end; in substitute_variable() local
978 char *result, *ptr; in rewrite_sounddriver_as_list() local
1005 char *ptr; in rewrite_layout_as_list() local
[all …]
/dports/www/http_post/http_post/
H A Dhttp_post.c263 char* eq; in postURLbyParts() local
773 b64_encode( unsigned char* ptr, int len, char* space, int size ) in b64_encode()
776 char c; in b64_encode() local
826 void* ptr = malloc( size ); in malloc_check() local
833 check( void* ptr ) in check() function
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dserver.rs57 c: Connection, field
102 fn check(&self, token: &[u8]) -> ZeroRttCheckResult { in check() method
380 let c = Rc::clone(c); in connection_attempt() localVariable
490 let c = Rc::new(RefCell::new(ServerConnectionState { in accept_connection() localVariable
524 let c = Rc::clone(c); in handle_0rtt() localVariable
650 c: StateRef, field
669 let ptr: *const _ = self.c.as_ref(); in hash() localVariable
675 fn eq(&self, other: &Self) -> bool { in eq() method
683 c: Weak<RefCell<ServerConnectionState>>, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dserver.rs58 c: Connection, field
103 fn check(&self, token: &[u8]) -> ZeroRttCheckResult { in check() method
389 let c = Rc::clone(c); in connection_attempt() localVariable
499 let c = Rc::new(RefCell::new(ServerConnectionState { in accept_connection() localVariable
533 let c = Rc::clone(c); in handle_0rtt() localVariable
659 c: StateRef, field
678 let ptr: *const _ = self.c.as_ref(); in hash() localVariable
684 fn eq(&self, other: &Self) -> bool { in eq() method
692 c: Weak<RefCell<ServerConnectionState>>, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dserver.rs58 c: Connection, field
103 fn check(&self, token: &[u8]) -> ZeroRttCheckResult { in check() method
389 let c = Rc::clone(c); in connection_attempt() localVariable
499 let c = Rc::new(RefCell::new(ServerConnectionState { in accept_connection() localVariable
533 let c = Rc::clone(c); in handle_0rtt() localVariable
659 c: StateRef, field
678 let ptr: *const _ = self.c.as_ref(); in hash() localVariable
684 fn eq(&self, other: &Self) -> bool { in eq() method
692 c: Weak<RefCell<ServerConnectionState>>, field
/dports/math/giacxcas/giac-1.6.0/src/
H A DHistory.cc298 if (Equation * eq=dynamic_cast<Equation *>(w)){ in set_colors() local
913 Fl_Widget * c =child(s1); in fold_selection() local
2047 char c; in insert_url() local
2680 unsigned char c=ptr[0]; in endian_exchange() local
2690 unsigned char c=ptr[0]; in endian_exchange() local
2755 if (Equation * eq=dynamic_cast<Equation *>(wid2)) in save_as_text() local
2825 char c=i%2?1:0; in save_as_text() local
3001 if (Equation * eq=dynamic_cast<Equation *>(e)) in History_cb_New_Equation() local
3325 int c=g->children(); in cb_Rm_Answers() local
3443 if (Equation * eq=dynamic_cast<Equation *>(wid)){ in historypack2tex() local
[all …]
H A Dmisc.cc589 int * ptr=pixel_buffer[i]; in clear_pixel_buffer() local
597 static gen * ptr=0; in pixel_v() local
1242 gen eq=0; in _roots() local
1444 gen eq(tmp); in _dfc2f() local
3891 bool eq,r; in _linear_regression_plot() local
3919 bool eq,r; in _exponential_regression_plot() local
3946 bool eq,r; in _logarithmic_regression_plot() local
3974 bool eq,r; in _sin_regression_plot() local
3993 bool eq,r; in _power_regression_plot() local
4088 bool eq,r; in _polynomial_regression_plot() local
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dtable.cc2656 Field **ptr; in init_from_binary_frm_image() local
3724 uint *ptr, *end; in free_blobs() local
3751 uint *ptr, *end; in free_field_buffers_larger_than() local
4378 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
4854 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
4881 Field **ptr= field; in reset_item_list() local
8922 Item_func_eq *eq= 0; in build_pushable_cond_for_table() local
9135 int c; in query() local
9227 bool TR_table::check(bool error) in check() function in TR_table
9322 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
H A Ditem_func.cc628 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
3920 uchar *ull_get_key(const uchar *ptr, size_t *length, in ull_get_key()
4680 update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, in update_hash()
4742 Item_func_set_user_var::update_hash(void *ptr, size_t length, in update_hash()
4907 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
6199 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
6743 sp_cursor *c= thd->spcont->get_cursor(m_cursor_offset); in get_open_cursor_or_error() local
6757 sp_cursor *c= current_thd->spcont->get_cursor(m_cursor_offset); in val_int() local
6765 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
6772 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dtable.cc2656 Field **ptr; in init_from_binary_frm_image() local
3724 uint *ptr, *end; in free_blobs() local
3751 uint *ptr, *end; in free_field_buffers_larger_than() local
4378 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
4854 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
4881 Field **ptr= field; in reset_item_list() local
8922 Item_func_eq *eq= 0; in build_pushable_cond_for_table() local
9135 int c; in query() local
9227 bool TR_table::check(bool error) in check() function in TR_table
9322 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/test/
H A DIOBufTest.cpp672 void testFreeFn(void* buffer, void* ptr) { in testFreeFn()
982 void check(std::unique_ptr<IOBuf>& buf) { in check() function in MoveToFbStringTest
1135 const void* ptr{nullptr}; in TEST() local
1185 folly::IOBufEqualTo eq; in TEST() local
1230 auto c = fromStr("hellow"); in TEST() local
1540 auto c = b.get(); in TEST() local
1549 auto c = b->cloneCoalescedAsValue(); in TEST() local
1585 auto c = b->cloneCoalesced(); in TEST() local
1796 auto testAppendTo = [&](auto c) { in TEST()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/c++/
H A Dz3++.h160 void init(config & c) { in init()
408 T const * ptr() const { return m_array; } in ptr() function
409 T * ptr() { return m_array; } in ptr() function
522 inline bool eq(ast const & a, ast const & b) { return Z3_is_eq_ast(a.ctx(), a, b); } in eq() function
2412 …check_result check() { Z3_lbool r = Z3_solver_check(ctx(), m_solver); check_error(); return to_che… in check() function
2413 check_result check(unsigned n, expr * const assumptions) { in check() function
2423 check_result check(expr_vector const& assumptions) { in check() function
2894 …check_result check() { Z3_lbool r = Z3_optimize_check(ctx(), m_opt, 0, 0); check_error(); return t… in check() function
2895 check_result check(expr_vector const& asms) { in check() function
3606 Z3_context c; variable
[all …]
/dports/math/vampire/vampire-4.5.1/z3/api/
H A Dz3++.h158 void init(config & c) { in init()
396 T const * ptr() const { return m_array; } in ptr() function
397 T * ptr() { return m_array; } in ptr() function
510 inline bool eq(ast const & a, ast const & b) { return Z3_is_eq_ast(a.ctx(), a, b); } in eq() function
518 sort(context & c):ast(c) {} in sort()
669 expr(context & c):ast(c) {} in expr()
2270 …check_result check() { Z3_lbool r = Z3_solver_check(ctx(), m_solver); check_error(); return to_che… in check() function
2271 check_result check(unsigned n, expr * const assumptions) { in check() function
2281 check_result check(expr_vector assumptions) { in check() function
2737 …check_result check() { Z3_lbool r = Z3_optimize_check(ctx(), m_opt, 0, 0); check_error(); return t… in check() function
[all …]
/dports/math/z3/z3-z3-4.8.13/src/api/c++/
H A Dz3++.h161 void init(config & c) { in init()
419 T const * ptr() const { return m_array.get(); } in ptr() function
420 T * ptr() { return m_array.get(); } in ptr() function
537 inline bool eq(ast const & a, ast const & b) { return Z3_is_eq_ast(a.ctx(), a, b); } in eq() function
2669 …check_result check() { Z3_lbool r = Z3_solver_check(ctx(), m_solver); check_error(); return to_che… in check() function
2670 check_result check(unsigned n, expr * const assumptions) { in check() function
2680 check_result check(expr_vector const& assumptions) { in check() function
3150 …check_result check() { Z3_lbool r = Z3_optimize_check(ctx(), m_opt, 0, 0); check_error(); return t… in check() function
3151 check_result check(expr_vector const& asms) { in check() function
3885 Z3_context c; variable
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dtable.cc2996 Field **ptr; in init_from_binary_frm_image() local
4137 uint *ptr, *end; in free_blobs() local
4164 uint *ptr, *end; in free_field_buffers_larger_than() local
4244 char *ptr, size_t length) in fix_type_pointers()
4794 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
5277 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
5304 Field **ptr= field; in reset_item_list() local
9489 int c; in query() local
9581 bool TR_table::check(bool error) in check() function in TR_table
9676 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
H A Ditem_func.cc628 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
3997 uchar *ull_get_key(const uchar *ptr, size_t *length, in ull_get_key()
4757 update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, in update_hash()
4819 Item_func_set_user_var::update_hash(void *ptr, size_t length, in update_hash()
4976 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
6268 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
6820 sp_cursor *c= thd->spcont->get_cursor(m_cursor_offset); in get_open_cursor_or_error() local
6834 sp_cursor *c= current_thd->spcont->get_cursor(m_cursor_offset); in val_int() local
6842 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
6849 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
[all …]
H A Dsql_lex.cc380 void Lex_input_stream::body_utf8_append(const char *ptr, in body_utf8_append()
409 void Lex_input_stream::body_utf8_append(const char *ptr) in body_utf8_append()
1076 uchar c; in get_text() local
1263 uchar c; in consume_comment() local
2064 uchar c; in get_7bit_or_8bit_ident() local
2124 uchar c; in scan_ident_start() local
2168 uchar c; in scan_ident_middle() local
2264 uchar c; in scan_ident_delimited() local
4243 Explain_query *eq; in optimize_unflattened_subqueries() local
7836 #define UNSAFE(a, b, c) \ argument
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dtable.cc2996 Field **ptr; in init_from_binary_frm_image() local
4137 uint *ptr, *end; in free_blobs() local
4164 uint *ptr, *end; in free_field_buffers_larger_than() local
4244 char *ptr, size_t length) in fix_type_pointers()
4794 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
5277 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
5304 Field **ptr= field; in reset_item_list() local
9489 int c; in query() local
9581 bool TR_table::check(bool error) in check() function in TR_table
9676 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
H A Ditem_func.cc628 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
3997 uchar *ull_get_key(const uchar *ptr, size_t *length, in ull_get_key()
4757 update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, in update_hash()
4819 Item_func_set_user_var::update_hash(void *ptr, size_t length, in update_hash()
4976 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
6268 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
6820 sp_cursor *c= thd->spcont->get_cursor(m_cursor_offset); in get_open_cursor_or_error() local
6834 sp_cursor *c= current_thd->spcont->get_cursor(m_cursor_offset); in val_int() local
6842 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
6849 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_func.cc647 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
4087 uchar *ull_get_key(const uchar *ptr, size_t *length, in ull_get_key()
4879 update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, in update_hash()
4947 Item_func_set_user_var::update_hash(void *ptr, size_t length, in update_hash()
5104 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
6404 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
6980 sp_cursor *c= thd->spcont->get_cursor(m_cursor_offset); in get_open_cursor_or_error() local
6994 sp_cursor *c= current_thd->spcont->get_cursor(m_cursor_offset); in val_int() local
7002 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
7009 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
[all …]
H A Dtable.cc3207 Field **ptr; in init_from_binary_frm_image() local
4378 uint *ptr, *end; in free_blobs() local
4405 uint *ptr, *end; in free_field_buffers_larger_than() local
4485 char *ptr, size_t length) in fix_type_pointers()
5031 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
5512 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
5539 Field **ptr= field; in reset_item_list() local
9738 int c; in query() local
9830 bool TR_table::check(bool error) in check() function in TR_table
9925 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_func.cc647 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
4087 uchar *ull_get_key(const uchar *ptr, size_t *length, in ull_get_key()
4879 update_hash(user_var_entry *entry, bool set_null, void *ptr, size_t length, in update_hash()
4947 Item_func_set_user_var::update_hash(void *ptr, size_t length, in update_hash()
5104 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
6404 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
6980 sp_cursor *c= thd->spcont->get_cursor(m_cursor_offset); in get_open_cursor_or_error() local
6994 sp_cursor *c= current_thd->spcont->get_cursor(m_cursor_offset); in val_int() local
7002 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
7009 sp_cursor *c= get_open_cursor_or_error(); in val_int() local
[all …]
H A Dtable.cc3207 Field **ptr; in init_from_binary_frm_image() local
4378 uint *ptr, *end; in free_blobs() local
4405 uint *ptr, *end; in free_field_buffers_larger_than() local
4485 char *ptr, size_t length) in fix_type_pointers()
5031 Table_check_intact::check(TABLE *table, const TABLE_FIELD_DEF *table_def) in check() function in Table_check_intact
5512 for (Field **ptr= field; *ptr; ptr++) in fill_item_list() local
5539 Field **ptr= field; in reset_item_list() local
9738 int c; in query() local
9830 bool TR_table::check(bool error) in check() function in TR_table
9925 bool vers_select_conds_t::eq(const vers_select_conds_t &conds) const in eq() function in vers_select_conds_t
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_func.cc442 bool Item_func::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func
4348 update_hash(user_var_entry *entry, bool set_null, void *ptr, uint length, in update_hash()
4408 Item_func_set_user_var::update_hash(void *ptr, uint length, in update_hash()
4561 Item_func_set_user_var::check(bool use_result_field) in check() function in Item_func_set_user_var
5195 bool Item_func_get_user_var::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_get_user_var
5723 bool Item_func_get_system_var::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_get_system_var
5752 char c = '.'; // we mark c to indicate invalid IP in case length is 0 in val_int() local
6029 bool Item_func_match::eq(const Item *item, bool binary_cmp) const in eq() function in Item_func_match
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c890 char c; in trace_puts_quoted() local
1799 char c; in nextopt() local
2648 char c; in cdcmd() local
3198 lookupalias(const char *name, int check) in lookupalias()
3639 int c; in getjob() local
6542 char *ptr; in subevalvar() local
6878 char *str, *eq; in varvalue() local
7807 int c; in hashcmd() local
8193 int c; in commandcmd() local
9137 char *eq = strchr(name, '='); in mklocal() local
[all …]

123