HomeSort by relevance Sort by last modified time
    Searched full:methoddata (Results 1 - 8 of 8) sorted by null

  /external/openssh/
auth2-gss.c 117 authctxt->methoddata = (void *)ctxt;
144 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
147 gssctxt = authctxt->methoddata;
198 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
201 gssctxt = authctxt->methoddata;
235 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
238 gssctxt = authctxt->methoddata;
267 if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
270 gssctxt = authctxt->methoddata;
sshconnect2.c 270 void *methoddata; member in struct:Authctxt
405 authctxt.methoddata = NULL;
432 if (authctxt->methoddata) {
433 xfree(authctxt->methoddata);
434 authctxt->methoddata = NULL;
508 if (authctxt->methoddata) {
509 xfree(authctxt->methoddata);
510 authctxt->methoddata = NULL;
651 authctxt->methoddata=(void *)gssctxt;
682 Gssctxt *gssctxt = authctxt->methoddata;
    [all...]
auth.h 75 void *methoddata; member in struct:Authctxt
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 92 private class MethodData {
232 private void addCTSHostMethod(String pName, String method, MethodData md,
303 MethodData md = parseTestMethod(pName, classOnlyName, method);
517 private MethodData parseTestMethod(String pname, String classOnlyName,
618 MethodData md = new MethodData();
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 22 import com.android.traceview.MethodData;
309 public void handleMethod(MethodData method) {
  /dalvik/vm/analysis/
RegisterMap.h 166 u4 methodData[1];
RegisterMap.cpp 652 ptr += offsetof(RegisterMapMethodPool, methodData);
866 return pMethodPool->methodData;
    [all...]

Completed in 241 milliseconds