HomeSort by: relevance | last modified time | path
    Searched refs:slapi_pblock (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi.h 59 typedef int (*SLAPI_FUNC)( Slapi_PBlock *pb );
76 Slapi_PBlock *cac_pb;
105 * Was: slapi_pblock.h
129 struct slapi_pblock { struct
  /src/external/bsd/openldap/dist/include/
slapi-plugin.h 30 typedef struct slapi_pblock Slapi_PBlock;
49 int slapi_pblock_get( Slapi_PBlock *pb, int arg, void *value );
50 int slapi_pblock_set( Slapi_PBlock *pb, int arg, void *value );
51 Slapi_PBlock *slapi_pblock_new( void );
52 void slapi_pblock_destroy( Slapi_PBlock *pb );
83 char *slapi_dn_beparent( Slapi_PBlock *pb, const char *dn );
84 int slapi_dn_isbesuffix( Slapi_PBlock *pb, char *dn );
92 int slapi_access_allowed( Slapi_PBlock *pb, Slapi_Entry *e, char *attr, struct berval *val, int access );
93 int slapi_acl_check_mods( Slapi_PBlock *pb, Slapi_Entry *e, LDAPMod **mods, char **errbuf )
    [all...]

Completed in 25 milliseconds