Home
last modified time | relevance | path

Searched refs:FLAG_INCREMENTAL_VALUES (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php61 public const FLAG_INCREMENTAL_VALUES = -0x80000000;
83 public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
58 public const FLAG_INCREMENTAL_VALUES = -0x80000000; global() define in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php57 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php285 $flags |= DirSyncRequestControl::FLAG_INCREMENTAL_VALUES;