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

/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c433 jmethodID txtCtor; local
441 txtCtor = (*pContext->Env)->GetMethodID( pContext->Env, txtCls, "<init>", "([B)V");
443 if ( pContext->ClientObj != NULL && pContext->Callback != NULL && txtCtor != NULL &&
458 txtObj = (*pContext->Env)->NewObject( pContext->Env, txtCls, txtCtor, txtBytes);

Completed in 16 milliseconds