Home
last modified time | relevance | path

Searched refs:get_scode (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysys/
H A Dmf_soundex.c53 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
71 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
79 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
101 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysys/
H A Dmf_soundex.c53 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
71 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
79 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
101 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysys/
H A Dmf_soundex.c53 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
71 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
79 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
101 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/percona57-server/percona-server-5.7.36-39/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/percona57-client/percona-server-5.7.36-39/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysys/
H A Dmf_soundex.c53 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
71 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
79 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
101 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysql57-client/mysql-5.7.36/mysys/
H A Dmf_soundex.c52 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
70 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
78 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
100 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0)
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage)
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysql56-client/mysql-5.6.51/mysys/
H A Dmf_soundex.c53 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
71 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
79 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
101 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysql55-client/mysql-5.5.62/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmf_soundex.c41 static char get_scode(CHARSET_INFO * cs, char **ptr,pbool remove_garbage);
59 last_ch = get_scode(cs,&in_pntr,0); /* code of the first letter */ in soundex()
67 while (out_pntr < end && (ch = get_scode(cs,&in_pntr,remove_garbage)) != 0) in soundex()
89 static char get_scode(CHARSET_INFO * cs,char **ptr, pbool remove_garbage) in get_scode() function
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_strfunc.cc2145 static char get_scode(int wc) in get_scode() function
2200 last_ch= get_scode(*from); // Code of the first letter in val_str()
2213 last_ch= get_scode(wc); // Code of the first letter in val_str()
2247 ch= get_scode(wc); in val_str()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2380 static char get_scode(int wc) in get_scode() function
2435 last_ch= get_scode(*from); // Code of the first letter in val_str()
2448 last_ch= get_scode(wc); // Code of the first letter in val_str()
2482 ch= get_scode(wc); in val_str()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2380 static char get_scode(int wc) in get_scode() function
2435 last_ch= get_scode(*from); // Code of the first letter in val_str()
2448 last_ch= get_scode(wc); // Code of the first letter in val_str()
2482 ch= get_scode(wc); in val_str()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_strfunc.cc2380 static char get_scode(int wc) in get_scode() function
2435 last_ch= get_scode(*from); // Code of the first letter in val_str()
2448 last_ch= get_scode(wc); // Code of the first letter in val_str()
2482 ch= get_scode(wc); in val_str()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2380 static char get_scode(int wc) in get_scode() function
2435 last_ch= get_scode(*from); // Code of the first letter in val_str()
2448 last_ch= get_scode(wc); // Code of the first letter in val_str()
2482 ch= get_scode(wc); in val_str()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_strfunc.cc2380 static char get_scode(int wc) in get_scode() function
2435 last_ch= get_scode(*from); // Code of the first letter in val_str()
2448 last_ch= get_scode(wc); // Code of the first letter in val_str()
2482 ch= get_scode(wc); in val_str()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2326 static char get_scode(int wc) in get_scode() function
2381 last_ch= get_scode(*from); // Code of the first letter in val_str()
2394 last_ch= get_scode(wc); // Code of the first letter in val_str()
2428 ch= get_scode(wc); in val_str()

12