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

/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni318 my $cntTermidDef = 0;
552 hostname$cntTermidDef = (char *)(*env)->GetStringUTFChars(env, $id, NULL);
554 if (adt_load_hostname((const char *)hostname$cntTermidDef, &termid$cntTermidDef)) {
558 $p_event = termid$cntTermidDef;
560 (*env)->ReleaseStringUTFChars(env, $id, hostname$cntTermidDef);
563 $jniFreeList .= "\n\tif (hostname$cntTermidDef != NULL)\n" .
564 "\t\tfree(hostname$cntTermidDef);\n";
565 $jniFreeList .= "\n\tif (termid$cntTermidDef != NULL)\n" .
566 "\t\tfree(termid$cntTermidDef);\
[all...]

Completed in 56 milliseconds