Lines Matching refs:namestr
1865 transstr namestr; in mkfunc_common() local
1890 trans2iso(env, h->haveutf, h->enc, name, &namestr); in mkfunc_common()
1900 namestr.result, in mkfunc_common()
1910 namestr.result, in mkfunc_common()
1915 namestr.result, in mkfunc_common()
1923 ret = sqlite_create_aggregate((sqlite *) h->sqlite, namestr.result, in mkfunc_common()
1927 ret = sqlite_create_function((sqlite *) h->sqlite, namestr.result, in mkfunc_common()
1934 namestr.result, in mkfunc_common()
1942 transfree(&namestr); in mkfunc_common()
1981 transstr namestr; in Java_SQLite_Database__1function_1type() local
1984 trans2iso(env, h->haveutf, h->enc, name, &namestr); in Java_SQLite_Database__1function_1type()
1990 ret = sqlite_function_type(h->sqlite, namestr.result, (int) type); in Java_SQLite_Database__1function_1type()
1991 transfree(&namestr); in Java_SQLite_Database__1function_1type()
4019 transstr namestr; in Java_SQLite_Stmt_bind_1parameter_1index() local
4022 n = trans2iso(env, 1, 0, name, &namestr); in Java_SQLite_Stmt_bind_1parameter_1index()
4029 transfree(&namestr); in Java_SQLite_Stmt_bind_1parameter_1index()