Home
last modified time | relevance | path

Searched defs:udf (Results 1 – 25 of 368) sorted by path

12345678910>>...15

/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_snap.c199 static BCReg snap_usedef(jit_State *J, uint8_t *udf, in snap_usedef()
300 uint8_t udf[SNAP_USEDEF_SLOTS]; in lj_snap_purge() local
314 uint8_t udf[SNAP_USEDEF_SLOTS]; in lj_snap_shrink() local
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Ddefine.c52 struct udfunc *udf; local
216 struct udfunc *udf; local
307 struct udfunc *udf; local
462 struct udfunc *udf, *ludf = NULL, *udn; local
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Ddefine.c47 struct udfunc *udf; in com_define() local
196 struct udfunc *udf; in prdefs() local
263 struct udfunc *udf, *wrong_udf = NULL; in ft_substdef() local
406 struct udfunc *udf; in com_undefine() local
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_func.cc3371 if (arguments[i]->const_item())
3378 if (arguments[i]->null_value) in create()
3379 continue; in create()
H A Dsql_parse.cc3068 udf_func *udf = find_udf(name->str, name->length); in mysql_create_routine() local
H A Dsql_udf.cc108 udf_func *udf=(udf_func*) buff; in get_hash_key() local
279 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in udf_free() local
303 static void del_udf(udf_func *udf) in del_udf()
328 void free_udf(udf_func *udf) in free_udf()
356 udf_func *udf=0; in find_udf() local
392 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in find_udf_dl() local
469 static int mysql_drop_function_internal(THD *thd, udf_func *udf, TABLE *table) in mysql_drop_function_internal()
508 int mysql_create_function(THD *thd,udf_func *udf) in mysql_create_function()
646 udf_func *udf; in mysql_drop_function() local
H A Dsql_yacc.hh875 udf_func *udf; member
H A Dsql_yacc_ora.cc1085 udf_func *udf; member
37778 udf_func *udf= 0; in yyparse() local
37824 udf_func *udf= (yyvsp[-2].udf); in yyparse() local
H A Dsql_yacc_ora.hh875 udf_func *udf; member
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/
H A DMakefile.am32 udf \ subdir
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_create.cc3371 udf_func *udf= find_udf(name->str, name->length); in create_func() local
3378 Create_udf_func::create(THD *thd, udf_func *udf, List<Item> *item_list) in create()
H A Dsql_lex.h2989 udf_func udf; member
H A Dsql_parse.cc3068 udf_func *udf = find_udf(name->str, name->length); in mysql_create_routine() local
H A Dsql_udf.cc108 udf_func *udf=(udf_func*) buff; in get_hash_key() local
279 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in udf_free() local
303 static void del_udf(udf_func *udf) in del_udf()
328 void free_udf(udf_func *udf) in free_udf()
356 udf_func *udf=0; in find_udf() local
392 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in find_udf_dl() local
469 static int mysql_drop_function_internal(THD *thd, udf_func *udf, TABLE *table) in mysql_drop_function_internal()
508 int mysql_create_function(THD *thd,udf_func *udf) in mysql_create_function()
646 udf_func *udf; in mysql_drop_function() local
H A Dsql_yacc.cc1692 udf_func *udf; member
38541 udf_func *udf= 0; in yyparse() local
38587 udf_func *udf= (yyvsp[-2].udf); in yyparse() local
H A Dsql_yacc.hh875 udf_func *udf; member
H A Dsql_yacc_ora.cc1085 udf_func *udf; member
37778 udf_func *udf= 0; in yyparse() local
37824 udf_func *udf= (yyvsp[-2].udf); in yyparse() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/
H A DMakefile.am32 udf \ subdir
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_create.cc3410 udf_func *udf= find_udf(name->str, name->length); in create_func() local
3417 Create_udf_func::create(THD *thd, udf_func *udf, List<Item> *item_list) in create()
H A Dsql_parse.cc3101 udf_func *udf = find_udf(name->str, name->length); in mysql_create_routine() local
H A Dsql_udf.cc110 udf_func *udf=(udf_func*) buff; in get_hash_key() local
281 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in udf_free() local
305 static void del_udf(udf_func *udf) in del_udf()
330 void free_udf(udf_func *udf) in free_udf()
358 udf_func *udf=0; in find_udf() local
394 udf_func *udf=(udf_func*) my_hash_element(&udf_hash,idx); in find_udf_dl() local
471 static int mysql_drop_function_internal(THD *thd, udf_func *udf, TABLE *table) in mysql_drop_function_internal()
510 int mysql_create_function(THD *thd,udf_func *udf) in mysql_create_function()
649 udf_func *udf; in mysql_drop_function() local
H A Dsql_yacc.cc1634 udf_func *udf; member
39258 udf_func *udf= 0; in yyparse() local
39304 udf_func *udf= (yyvsp[-2].udf); in yyparse() local
H A Dsql_yacc.hh901 udf_func *udf; member
H A Dsql_yacc_ora.hh901 udf_func *udf; member
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/
H A DMakefile.am32 udf \ subdir

12345678910>>...15