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

/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c250 * methodp Pointer to the Auth method (output only)
253 static int LDAP_rebindproc(LDAP *ld, char **binddnp, char **passwdp, int *methodp, int freeit) argument
258 *methodp = LDAP_AUTH_SIMPLE;
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c9745 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE);
9847 if (! methodp || DECL_STATIC_FUNCTION_P (decl))
9989 if (methodp)
10000 if (methodp)
10016 if (methodp || TREE_CODE (arg) == REFERENCE_TYPE)
10039 if (methodp)
10050 if (methodp)
9729 int methodp = (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE); local

Completed in 376 milliseconds