Lines Matching refs:jconf

432     jclass jcls, jlong jconf) {
433 pool_conf_free((pool_conf_t *)(uintptr_t)jconf);
442 jclass jcls, jlong jconf) {
443 return ((jint)pool_conf_status((pool_conf_t *)(uintptr_t)jconf));
452 jclass jcls, jlong jconf) {
453 return ((jint)pool_conf_close((pool_conf_t *)(uintptr_t)jconf));
462 jclass jcls, jlong jconf) {
463 return ((jint)pool_conf_remove((pool_conf_t *)(uintptr_t)jconf));
472 jclass jcls, jlong jconf, jstring jlocation, jint jflags) {
478 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location,
492 JNIEnv *jenv, jclass jcls, jlong jconf) {
493 return ((jint)pool_conf_rollback((pool_conf_t *)(uintptr_t)jconf));
502 jclass jcls, jlong jconf, jint jactive) {
504 (pool_conf_t *)(uintptr_t)jconf, (int)jactive));
513 jclass jcls, jlong jconf, jstring jlocation, jint jformat) {
519 result = (int)pool_conf_export((pool_conf_t *)(uintptr_t)jconf,
533 JNIEnv *jenv, jclass jcls, jlong jconf, jint jlevel) {
534 return ((jint)pool_conf_validate((pool_conf_t *)(uintptr_t)jconf,
544 jclass jcls, jlong jconf) {
548 result = pool_conf_update((pool_conf_t *)(uintptr_t)jconf, &changed);
563 jclass jcls, jlong jconf, jstring jname) {
569 result = (pool_t *)pool_get_pool((pool_conf_t *)(uintptr_t)jconf, name);
582 jclass jcls, jlong jconf, jobject jprops) {
635 result = pool_query_pools((pool_conf_t *)(uintptr_t)jconf, &nelem,
647 JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) {
656 result = pool_get_resource((pool_conf_t *)(uintptr_t)jconf, type, name);
671 JNIEnv *jenv, jclass jcls, jlong jconf, jobject jprops) {
723 result = pool_query_resources((pool_conf_t *)(uintptr_t)jconf, &nelem,
735 JNIEnv *jenv, jclass jcls, jlong jconf, jobject jprops) {
787 result = pool_query_components((pool_conf_t *)(uintptr_t)jconf, &nelem,
799 JNIEnv *jenv, jclass jcls, jlong jconf) {
803 result = pool_conf_location((pool_conf_t *)(uintptr_t)jconf);
816 jclass jcls, jlong jconf, jint jflags) {
820 result = pool_conf_info((pool_conf_t *)(uintptr_t)jconf, (int)jflags);
834 JNIEnv *jenv, jclass jcls, jlong jconf, jstring jtype, jstring jname) {
844 pool_resource_create((pool_conf_t *)(uintptr_t)jconf, type, name);
859 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jresource) {
860 return ((jint)pool_resource_destroy((pool_conf_t *)(uintptr_t)jconf,
870 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jsource, jlong jtarget,
872 return (pool_resource_transfer((pool_conf_t *)(uintptr_t)jconf,
884 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jsource, jlong jtarget,
937 result = (int)pool_resource_xtransfer((pool_conf_t *)(uintptr_t)jconf,
952 1components(JNIEnv *jenv, jclass jcls, jlong jconf, jlong jresource,
1005 (pool_conf_t *)(uintptr_t)jconf,
1017 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jresource, jint jflags) {
1021 result = pool_resource_info((pool_conf_t *)(uintptr_t)jconf,
1036 jclass jcls, jlong jconf, jstring jname) {
1042 result = pool_create((pool_conf_t *)(uintptr_t)jconf, name);
1055 jclass jcls, jlong jconf, jlong jpool) {
1056 return ((jint)pool_destroy((pool_conf_t *)(uintptr_t)jconf,
1066 jclass jcls, jlong jconf, jlong jpool, jlong jresource) {
1067 return ((jint)pool_associate((pool_conf_t *)(uintptr_t)jconf,
1078 jclass jcls, jlong jconf, jlong jpool, jlong jresource) {
1079 return ((jint)pool_dissociate((pool_conf_t *)(uintptr_t)jconf,
1090 jclass jcls, jlong jconf, jlong jpool, jint jflags) {
1094 result = pool_info((pool_conf_t *)(uintptr_t)jconf,
1109 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jpool, jobject jprops) {
1161 result = pool_query_pool_resources((pool_conf_t *)(uintptr_t)jconf,
1173 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jcomponent) {
1175 (pool_conf_t *)(uintptr_t)jconf,
1185 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jcomponent, jint jflags) {
1189 result = pool_component_info((pool_conf_t *)(uintptr_t)jconf,
1204 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jelem, jstring jname,
1211 result = pool_get_property((pool_conf_t *)(uintptr_t)jconf,
1226 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jelem, jstring jname,
1232 result = (int)pool_put_property((pool_conf_t *)(uintptr_t)jconf,
1247 jclass jcls, jlong jconf, jlong jelem, jstring jname) {
1252 result = pool_rm_property((pool_conf_t *)(uintptr_t)jconf,
1266 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jelem, jlong jarg,
1270 result = (int)pool_walk_properties((pool_conf_t *)(uintptr_t)jconf,
1284 JNIEnv *jenv, jclass jcls, jlong jconf) {
1286 (pool_conf_t *)(uintptr_t)jconf));
1295 jclass jcls, jlong jconf, jlong jpool) {
1296 return ((jlong)(uintptr_t)pool_to_elem((pool_conf_t *)(uintptr_t)jconf,
1306 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jresource) {
1308 (pool_conf_t *)(uintptr_t)jconf,
1318 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jcomponent) {
1320 (pool_conf_t *)(uintptr_t)jconf,
1546 jclass jcls, jlong jconf, jlong jarg, jlong jcallback) {
1549 result = pool_walk_pools((pool_conf_t *)(uintptr_t)jconf,
1561 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jpool, jlong jarg,
1565 result = pool_walk_resources((pool_conf_t *)(uintptr_t)jconf,
1578 JNIEnv *jenv, jclass jcls, jlong jconf, jlong jresource, jlong jarg,
1582 result = pool_walk_components((pool_conf_t *)(uintptr_t)jconf,