Searched refs:txtCtor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c382 jmethodID txtCtor; local
390 txtCtor = (*pContext->Env)->GetMethodID( pContext->Env, txtCls, "<init>", "([B)V");
392 if ( pContext->ClientObj != NULL && pContext->Callback != NULL && txtCtor != NULL &&
407 txtObj = (*pContext->Env)->NewObject( pContext->Env, txtCls, txtCtor, txtBytes);

Completed in 72 milliseconds