Home
last modified time | relevance | path

Searched refs:alloced_length (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_malloc.cc361 current_alloc_mem = str.alloced_length(); in init_mem_calc()
409 uint32 spider_string::alloced_length() const in alloced_length() function in spider_string
413 DBUG_RETURN(str.alloced_length()); in alloced_length()
452 current_alloc_mem == str.alloced_length()); in c_ptr()
471 current_alloc_mem == str.alloced_length()); in c_ptr_safe()
493 current_alloc_mem == str.alloced_length()); in set()
567 current_alloc_mem == str.alloced_length()); in set_int()
581 current_alloc_mem == str.alloced_length()); in set()
667 line_no, str.alloced_length()); in real_alloc()
668 current_alloc_mem = str.alloced_length(); in real_alloc()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_malloc.cc361 current_alloc_mem = str.alloced_length(); in init_mem_calc()
409 uint32 spider_string::alloced_length() const in alloced_length() function in spider_string
413 DBUG_RETURN(str.alloced_length()); in alloced_length()
452 current_alloc_mem == str.alloced_length()); in c_ptr()
471 current_alloc_mem == str.alloced_length()); in c_ptr_safe()
493 current_alloc_mem == str.alloced_length()); in set()
567 current_alloc_mem == str.alloced_length()); in set_int()
581 current_alloc_mem == str.alloced_length()); in set()
667 line_no, str.alloced_length()); in real_alloc()
668 current_alloc_mem = str.alloced_length(); in real_alloc()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_malloc.cc361 current_alloc_mem = str.alloced_length(); in init_mem_calc()
409 uint32 spider_string::alloced_length() const in alloced_length() function in spider_string
413 DBUG_RETURN(str.alloced_length()); in alloced_length()
452 current_alloc_mem == str.alloced_length()); in c_ptr()
471 current_alloc_mem == str.alloced_length()); in c_ptr_safe()
494 current_alloc_mem == str.alloced_length()); in set()
568 current_alloc_mem == str.alloced_length()); in set_int()
582 current_alloc_mem == str.alloced_length()); in set()
668 line_no, str.alloced_length()); in real_alloc()
669 current_alloc_mem = str.alloced_length(); in real_alloc()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_malloc.cc361 current_alloc_mem = str.alloced_length(); in init_mem_calc()
409 uint32 spider_string::alloced_length() const in alloced_length() function in spider_string
413 DBUG_RETURN(str.alloced_length()); in alloced_length()
452 current_alloc_mem == str.alloced_length()); in c_ptr()
471 current_alloc_mem == str.alloced_length()); in c_ptr_safe()
494 current_alloc_mem == str.alloced_length()); in set()
568 current_alloc_mem == str.alloced_length()); in set_int()
582 current_alloc_mem == str.alloced_length()); in set()
668 line_no, str.alloced_length()); in real_alloc()
669 current_alloc_mem = str.alloced_length(); in real_alloc()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/
H A Dspd_malloc.cc360 current_alloc_mem = str.alloced_length(); in init_mem_calc()
408 uint32 spider_string::alloced_length() const in alloced_length() function in spider_string
412 DBUG_RETURN(str.alloced_length()); in alloced_length()
451 current_alloc_mem == str.alloced_length()); in c_ptr()
470 current_alloc_mem == str.alloced_length()); in c_ptr_safe()
492 current_alloc_mem == str.alloced_length()); in set()
566 current_alloc_mem == str.alloced_length()); in set_int()
580 current_alloc_mem == str.alloced_length()); in set()
666 line_no, str.alloced_length()); in real_alloc()
667 current_alloc_mem = str.alloced_length(); in real_alloc()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_malloc.cc360 current_alloc_mem = str.alloced_length();
408 uint32 spider_string::alloced_length() const
412 DBUG_RETURN(str.alloced_length());
451 current_alloc_mem == str.alloced_length());
470 current_alloc_mem == str.alloced_length());
492 current_alloc_mem == str.alloced_length());
566 current_alloc_mem == str.alloced_length());
580 current_alloc_mem == str.alloced_length());
666 line_no, str.alloced_length());
667 current_alloc_mem = str.alloced_length();
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dopt_trace.cc52 uint32 alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
518 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
738 if (alloced_length() >= allowed_mem_size) in append_escaped()
822 if (alloced_length() >= allowed_mem_size) in append()
837 if (alloced_length() >= allowed_mem_size) in append()
849 const size_t alloced= alloced_length(); in prealloc()
1241 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1247 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dopt_trace.cc52 uint32 alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
518 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
738 if (alloced_length() >= allowed_mem_size) in append_escaped()
822 if (alloced_length() >= allowed_mem_size) in append()
837 if (alloced_length() >= allowed_mem_size) in append()
849 const size_t alloced= alloced_length(); in prealloc()
1241 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1247 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dopt_trace.cc52 uint32 alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
518 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
738 if (alloced_length() >= allowed_mem_size) in append_escaped()
822 if (alloced_length() >= allowed_mem_size) in append()
837 if (alloced_length() >= allowed_mem_size) in append()
849 const size_t alloced= alloced_length(); in prealloc()
1241 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1247 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dopt_trace.cc65 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in __anone92b39000111::Buffer
187 size_t alloced_length() const { in alloced_length() function in Opt_trace_stmt
188 return trace_buffer.alloced_length() + query_buffer.alloced_length(); in alloced_length()
489 trace_buffer.alloced_length()); in set_query()
498 query_buffer.alloced_length()); in set_query()
661 if (alloced_length() >= allowed_mem_size) { in append_escaped()
745 if (alloced_length() >= allowed_mem_size) { in append()
757 if (alloced_length() >= allowed_mem_size) { in append()
766 const size_t alloced = alloced_length(); in prealloc()
1111 mem_size += stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dopt_trace.cc52 size_t alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
530 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
750 if (alloced_length() >= allowed_mem_size) in append_escaped()
834 if (alloced_length() >= allowed_mem_size) in append()
849 if (alloced_length() >= allowed_mem_size) in append()
861 const size_t alloced= alloced_length(); in prealloc()
1257 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1263 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dopt_trace.cc52 uint32 alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
518 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
738 if (alloced_length() >= allowed_mem_size) in append_escaped()
822 if (alloced_length() >= allowed_mem_size) in append()
837 if (alloced_length() >= allowed_mem_size) in append()
849 const size_t alloced= alloced_length(); in prealloc()
1241 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1247 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dopt_trace.cc52 uint32 alloced_length() const { return string_buf.alloced_length(); } in alloced_length() function in random_name_to_avoid_gcc_bug_29365::Buffer
180 size_t alloced_length() const in alloced_length() function in Opt_trace_stmt
181 { return trace_buffer.alloced_length() + query_buffer.alloced_length(); } in alloced_length()
518 (trace_buffer.alloced_length() >= trace_buffer.get_allowed_mem_size()) ? in set_query()
738 if (alloced_length() >= allowed_mem_size) in append_escaped()
822 if (alloced_length() >= allowed_mem_size) in append()
837 if (alloced_length() >= allowed_mem_size) in append()
849 const size_t alloced= alloced_length(); in prealloc()
1241 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
1247 mem_size+= stmt->alloced_length(); in allowed_mem_size_for_current_stmt()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/dainput/
H A Ddainput_dlg.c36 long alloced_length; /* Allocated nuber of bytes */ member
201 text_data->alloced_length = 20; in DaRedrawText()
202 text_data->text = XtMalloc(text_data->alloced_length); in DaRedrawText()
282 text_data->alloced_length) { in DaInputText()
283 text_data->alloced_length += insert_length + 20; in DaInputText()
285 text_data->alloced_length); in DaInputText()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Drpl_utility.cc426 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
429 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
440 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
450 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
460 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
517 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
520 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Drpl_utility.cc426 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
429 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
440 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
450 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
460 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
517 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
520 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Drpl_utility.cc426 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
429 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
440 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
450 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
460 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
517 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
520 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Drpl_utility.cc426 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
429 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
440 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
450 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
460 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
517 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
520 length= cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_sql_type()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Drpl_utility_server.cc284 str->alloced_length(), in show_binlog_type()
298 str->alloced_length(), in show_binlog_type()
312 str->alloced_length(), in show_binlog_type()
323 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
335 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
348 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
396 str->alloced_length(), in show_binlog_type()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Drpl_utility_server.cc284 str->alloced_length(), in show_binlog_type()
298 str->alloced_length(), in show_binlog_type()
312 str->alloced_length(), in show_binlog_type()
323 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
335 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
348 cs->cset->snprintf(cs, (char*) str->ptr(), str->alloced_length(), in show_binlog_type()
396 str->alloced_length(), in show_binlog_type()

12345678910>>...14