FACT++  1.0
JNIEXPORT void JNICALL Java_dim_DimServer_setDnsNode ( JNIEnv *  env,
jclass  This,
jstring  nodes 
)

Definition at line 1633 of file dim_jni.c.

References dis_set_dns_node(), and Java_dim_DimServer_setDnsPort().

Referenced by Java_dim_DimClient_enableAST().

1634 {
1635  const char* nodesUTF = (*env)->GetStringUTFChars(env, nodes, 0);
1636 
1637  if(env){}
1638  if(This){}
1639  dis_set_dns_node(nodesUTF);
1640  return;
1641 }
int dis_set_dns_node(char *node)
Definition: open_dns.c:65

+ Here is the call graph for this function:

+ Here is the caller graph for this function: