Lines Matching refs:count

580             for ($i = 0; $i < count($extensions); $i++) {
598 for ($j = 0; $j < count($value); $j++) {
602 for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) {
652 $size = count($extensions);
663 for ($j = 0; $j < count($value); $j++) {
667 for ($k = 0; $k < count($value[$j]['policyQualifiers']); $k++) {
715 for ($i = 0; $i < count($attributes); $i++) {
722 for ($j = 0; $j < count($values); $j++) {
757 $size = count($attributes);
768 for ($j = 0; $j < count($values); $j++) {
801 for ($i = 0; $i < count($dns); $i++) {
802 for ($j = 0; $j < count($dns[$i]); $j++) {
832 $size = count($dns);
834 for ($j = 0; $j < count($dns[$i]); $j++) {
1179 * @param int $count
1182 private function testForIntermediate($caonly, $count)
1224 if (!$parent->validateSignatureCountable($caonly, ++$count)) {
1259 * @param int $count
1262 private function validateSignatureCountable($caonly, $count)
1268 if ($count == self::$recur_limit) {
1295 for ($i = 0; $i < count($this->CAs); $i++) {
1316 if (count($this->CAs) == $i && $caonly) {
1317 return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
1320 return $this->testForIntermediate($caonly, $count) && $this->validateSignature($caonly);
1347 for ($i = 0; $i < count($this->CAs); $i++) {
1468 * @param int $count
1470 public static function setRecurLimit($count)
1472 self::$recur_limit = $count;
1691 $size = count($dn);
1733 for ($i = 0; $i < count($dn); $i++) {
1800 for ($i = 1; $i < count($results); $i += 2) {
2053 $currentCert = $chain[count($chain) - 1];
2054 for ($i = 0; $i < count($this->CAs); $i++) {
2070 if ($i == count($this->CAs)) {
2650 // $extensions[count($extensions) - 1]['authorityCertSerialNumber'] = $issuer->serialNumber;
2661 if (isset($subject->domains) && count($subject->domains)) {
2665 if (isset($subject->ipAddresses) && count($subject->ipAddresses)) {
2667 //$ips = count($subject->domains) ? $subject->ipAddresses : array_slice($subject->ipAddresses, 1);
2675 if (count($ipAddresses)) {
2938 // $extensions[count($extensions) - 1]['authorityCertSerialNumber'] = $issuer->serialNumber;
3229 $key = count($attributes);
3431 $n = count($attribute['value']);
3484 $n = count($attribute['value']);
3554 $n = count($attribute['value']);
3781 $i = count($rclist);