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

  /src/external/bsd/openldap/dist/servers/slapd/
extended.c 272 const struct berval *ext_oid,
285 if ( ext_oid == NULL || BER_BVISNULL( ext_oid ) ||
286 BER_BVISEMPTY( ext_oid ) )
291 if ( numericoidValidate( NULL, (struct berval *)ext_oid ) !=
294 oidm.bv_val = oidm_find( ext_oid->bv_val );
299 ext_oid = &oidm;
303 if ( bvmatch( ext_oid, &ext->oid ) ) {
312 ext = ch_calloc( 1, sizeof(struct extop_list) + ext_oid->bv_len + 1 );
318 AC_MEMCPY( ext->oid.bv_val, ext_oid->bv_val, ext_oid->bv_len )
    [all...]
proto-slap.h 1067 const struct berval *ext_oid,
1071 #define load_extop(ext_oid, flags, ext_main) \
1072 load_extop2((ext_oid), (flags), (ext_main), 0)
1074 const struct berval *ext_oid,
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
plugin.c 300 ret->ext_oid.bv_val = NULL;
301 ret->ext_oid.bv_len = 0;
358 rc = strcasecmp( pTmpExtOp->ext_oid.bv_val,
446 pTmpExtOp->ext_oid.bv_val = pTmpOIDs[i];
447 pTmpExtOp->ext_oid.bv_len = strlen( pTmpOIDs[i] );
500 rc = strcasecmp( reqoid->bv_val, pTmpExtOp->ext_oid.bv_val );
530 return &ext->ext_oid ;
slapi.h 68 struct berval ext_oid; member in struct:_ExtendedOp

Completed in 23 milliseconds