Home
last modified time | relevance | path

Searched refs:str_val_len (Results 1 – 23 of 23) sorted by relevance

/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAuxFileSelector.cxx515 int str_val_len = strlen ( input->getStringValue () ) ; in setInitialValue() local
517 char *s_new = new char [ str_val_len + s_len + 1 ] ; in setInitialValue()
519 memcpy ( s_new, input->getStringValue (), str_val_len ) ; in setInitialValue()
520 memcpy ( s_new + str_val_len, s, s_len + 1 ) ; /* Plus one to get the final '\0' */ in setInitialValue()
593 int str_val_len = strlen ( getStringValue () ) ; in find_files() local
595 if ( ! is_slash ( getStringValue () [ str_val_len - 1 ] ) ) in find_files()
598 char *new_dir = new char [ str_val_len + SLASH_LEN + 1 ] ; in find_files()
600 memcpy ( new_dir, getStringValue (), str_val_len ) ; in find_files()
601 …memcpy ( new_dir + str_val_len, SLASH, SLASH_LEN + 1 ) ; /* Plus one to include the trailing '\0'… in find_files()
H A DpuAuxLargeInput.cxx255 int str_val_len = strlen ( getStringValue () ) ; in appendText() local
257 if ( str_val_len == 1 ) str_val_len = 0 ; /* Don't want null line at the beginning */ in appendText()
258 int length = str_val_len + l_len + 2 ; in appendText()
266 memcpy ( temp_text, getStringValue (), str_val_len ) ; in appendText()
267 temp_text_len = str_val_len ; in appendText()
281 setSelectRegion ( str_val_len, temp_text_len ) ; in appendText()
282 setCursor ( str_val_len ) ; in appendText()
288 int str_val_len = strlen ( getStringValue () ) ; in removeText() local
289 char *temp_text = new char [ str_val_len + start - end + 1 ] ; in removeText()
1135 int str_val_len = strlen ( getStringValue () ) ; in checkKey() local
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/pui/
H A DpuInput.cxx375 int str_val_len = strlen ( getStringValue () ) ; in checkKey() local
377 p = new char [ str_val_len + paste_len + 1 ] ; in checkKey()
380 … p + cursor_position + paste_len, getStringValue () + cursor_position, str_val_len - cursor_positi… in checkKey()
/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/resty/core/
H A Dshdict.lua221 local str_val_len = 0
231 str_val_len = #value
250 str_val_len, num_val,
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqltest.cc300 size_t str_val_len; member
1111 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2394 tmp_var->str_val_len = val_len; in var_init()
2457 v->str_val_len = strlen(v->str_val); in var_get()
2519 v->str_val_len= strlen(v->str_val); in var_set()
2940 dest->str_val_len= src->str_val_len; in var_copy()
2941 if (src->str_val_len) in var_copy()
2965 v->str_val[v->str_val_len]= 0; in eval_expr()
3015 v->str_val_len = new_val_len; in eval_expr()
5301 end=p+var->str_val_len; in do_get_errcodes()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqltest.cc299 size_t str_val_len;
1110 dynstr_append_mem(query_eval, v->str_val, v->str_val_len);
2393 tmp_var->str_val_len = val_len;
2456 v->str_val_len = strlen(v->str_val);
2518 v->str_val_len= strlen(v->str_val);
2939 dest->str_val_len= src->str_val_len;
2940 if (src->str_val_len)
2964 v->str_val[v->str_val_len]= 0;
3014 v->str_val_len = new_val_len;
5300 end=p+var->str_val_len;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqltest.cc300 size_t str_val_len; member
1111 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2394 tmp_var->str_val_len = val_len; in var_init()
2457 v->str_val_len = strlen(v->str_val); in var_get()
2519 v->str_val_len= strlen(v->str_val); in var_set()
2940 dest->str_val_len= src->str_val_len; in var_copy()
2941 if (src->str_val_len) in var_copy()
2965 v->str_val[v->str_val_len]= 0; in eval_expr()
3015 v->str_val_len = new_val_len; in eval_expr()
5301 end=p+var->str_val_len; in do_get_errcodes()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqltest.cc298 size_t str_val_len; member
1120 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2401 tmp_var->str_val_len = val_len; in var_init()
2464 v->str_val_len = strlen(v->str_val); in var_get()
2526 v->str_val_len= strlen(v->str_val); in var_set()
2947 dest->str_val_len= src->str_val_len; in var_copy()
2948 if (src->str_val_len) in var_copy()
2972 v->str_val[v->str_val_len]= 0; in eval_expr()
3022 v->str_val_len = new_val_len; in eval_expr()
5308 end=p+var->str_val_len; in do_get_errcodes()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqltest.cc299 size_t str_val_len; member
1110 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2393 tmp_var->str_val_len = val_len; in var_init()
2456 v->str_val_len = strlen(v->str_val); in var_get()
2518 v->str_val_len= strlen(v->str_val); in var_set()
2939 dest->str_val_len= src->str_val_len; in var_copy()
2940 if (src->str_val_len) in var_copy()
2964 v->str_val[v->str_val_len]= 0; in eval_expr()
3014 v->str_val_len = new_val_len; in eval_expr()
5300 end=p+var->str_val_len; in do_get_errcodes()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqltest.cc298 size_t str_val_len; member
1120 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2401 tmp_var->str_val_len = val_len; in var_init()
2464 v->str_val_len = strlen(v->str_val); in var_get()
2526 v->str_val_len= strlen(v->str_val); in var_set()
2947 dest->str_val_len= src->str_val_len; in var_copy()
2948 if (src->str_val_len) in var_copy()
2972 v->str_val[v->str_val_len]= 0; in eval_expr()
3022 v->str_val_len = new_val_len; in eval_expr()
5308 end=p+var->str_val_len; in do_get_errcodes()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc288 int str_val_len; member
968 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2199 tmp_var->str_val_len = val_len; in var_init()
2262 v->str_val_len = strlen(v->str_val); in var_get()
2324 v->str_val_len= strlen(v->str_val); in var_set()
2798 dest->str_val_len= src->str_val_len; in var_copy()
2799 if (src->str_val_len) in var_copy()
2800 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2823 v->str_val[v->str_val_len]= 0; in eval_expr()
2886 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc288 int str_val_len; member
968 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2199 tmp_var->str_val_len = val_len; in var_init()
2262 v->str_val_len = strlen(v->str_val); in var_get()
2324 v->str_val_len= strlen(v->str_val); in var_set()
2798 dest->str_val_len= src->str_val_len; in var_copy()
2799 if (src->str_val_len) in var_copy()
2800 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2823 v->str_val[v->str_val_len]= 0; in eval_expr()
2886 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc288 int str_val_len; member
968 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2199 tmp_var->str_val_len = val_len; in var_init()
2262 v->str_val_len = strlen(v->str_val); in var_get()
2324 v->str_val_len= strlen(v->str_val); in var_set()
2798 dest->str_val_len= src->str_val_len; in var_copy()
2799 if (src->str_val_len) in var_copy()
2800 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2823 v->str_val[v->str_val_len]= 0; in eval_expr()
2886 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqltest.cc288 int str_val_len; member
968 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2199 tmp_var->str_val_len = val_len; in var_init()
2262 v->str_val_len = strlen(v->str_val); in var_get()
2324 v->str_val_len= strlen(v->str_val); in var_set()
2795 dest->str_val_len= src->str_val_len; in var_copy()
2796 if (src->str_val_len) in var_copy()
2797 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2820 v->str_val[v->str_val_len]= 0; in eval_expr()
2883 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqltest.cc261 int str_val_len; member
946 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2175 tmp_var->str_val_len = val_len; in var_init()
2238 v->str_val_len = strlen(v->str_val); in var_get()
2300 v->str_val_len= strlen(v->str_val); in var_set()
2694 dest->str_val_len= src->str_val_len; in var_copy()
2695 if (src->str_val_len) in var_copy()
2696 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2719 v->str_val[v->str_val_len]= 0; in eval_expr()
2768 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqltest.cc288 int str_val_len; member
968 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2199 tmp_var->str_val_len = val_len; in var_init()
2262 v->str_val_len = strlen(v->str_val); in var_get()
2324 v->str_val_len= strlen(v->str_val); in var_set()
2797 dest->str_val_len= src->str_val_len; in var_copy()
2798 if (src->str_val_len) in var_copy()
2799 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2822 v->str_val[v->str_val_len]= 0; in eval_expr()
2885 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1049 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2305 tmp_var->str_val_len = val_len; in var_init()
2368 v->str_val_len = strlen(v->str_val); in var_get()
2430 v->str_val_len= strlen(v->str_val); in var_set()
2935 dest->str_val_len= src->str_val_len; in var_copy()
2936 if (src->str_val_len) in var_copy()
2937 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2960 v->str_val[v->str_val_len]= 0; in eval_expr()
3025 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1047 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2303 tmp_var->str_val_len = val_len; in var_init()
2366 v->str_val_len = strlen(v->str_val); in var_get()
2428 v->str_val_len= strlen(v->str_val); in var_set()
2932 dest->str_val_len= src->str_val_len; in var_copy()
2933 if (src->str_val_len) in var_copy()
2934 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2957 v->str_val[v->str_val_len]= 0; in eval_expr()
3022 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1049 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2305 tmp_var->str_val_len = val_len; in var_init()
2368 v->str_val_len = strlen(v->str_val); in var_get()
2430 v->str_val_len= strlen(v->str_val); in var_set()
2935 dest->str_val_len= src->str_val_len; in var_copy()
2936 if (src->str_val_len) in var_copy()
2937 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2960 v->str_val[v->str_val_len]= 0; in eval_expr()
3025 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1047 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2303 tmp_var->str_val_len = val_len; in var_init()
2366 v->str_val_len = strlen(v->str_val); in var_get()
2428 v->str_val_len= strlen(v->str_val); in var_set()
2933 dest->str_val_len= src->str_val_len; in var_copy()
2934 if (src->str_val_len) in var_copy()
2935 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2958 v->str_val[v->str_val_len]= 0; in eval_expr()
3023 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1049 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2305 tmp_var->str_val_len = val_len; in var_init()
2368 v->str_val_len = strlen(v->str_val); in var_get()
2430 v->str_val_len= strlen(v->str_val); in var_set()
2935 dest->str_val_len= src->str_val_len; in var_copy()
2936 if (src->str_val_len) in var_copy()
2937 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2960 v->str_val[v->str_val_len]= 0; in eval_expr()
3025 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysqltest.cc327 size_t str_val_len; member
1047 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2303 tmp_var->str_val_len = val_len; in var_init()
2366 v->str_val_len = strlen(v->str_val); in var_get()
2428 v->str_val_len= strlen(v->str_val); in var_set()
2933 dest->str_val_len= src->str_val_len; in var_copy()
2934 if (src->str_val_len) in var_copy()
2935 memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2958 v->str_val[v->str_val_len]= 0; in eval_expr()
3023 v->str_val_len = new_val_len; in eval_expr()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysqltest.cc391 size_t str_val_len; member
974 dynstr_append_mem(query_eval, v->str_val, v->str_val_len); in do_eval()
2159 tmp_var->str_val_len = val_len; in var_init()
2208 v->str_val_len = std::strlen(v->str_val); in var_get()
2261 v->str_val_len = std::strlen(v->str_val); in var_set()
2741 dest->str_val_len = src->str_val_len; in var_copy()
2742 if (src->str_val_len) memcpy(dest->str_val, src->str_val, src->str_val_len); in var_copy()
2762 v->str_val[v->str_val_len] = 0; in eval_expr()
2821 v->str_val_len = new_val_len; in eval_expr()