OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symvtextcount
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/
mkdef.pl
371
my $
symvtextcount
= 16; # The length of "SYMBOL_VECTOR=("
385
if ($
symvtextcount
+ $settextlength > 1024) {
390
$
symvtextcount
= 16; # The length of "SYMBOL_VECTOR=("
392
if ($
symvtextcount
== 16) {
401
$
symvtextcount
+= length($indent) + length($_) + 1;
/src/crypto/external/bsd/openssl/dist/util/
mkdef.pl
370
my $
symvtextcount
= 16; # The length of "SYMBOL_VECTOR=("
384
if ($
symvtextcount
+ $settextlength > 1024) {
389
$
symvtextcount
= 16; # The length of "SYMBOL_VECTOR=("
391
if ($
symvtextcount
== 16) {
400
$
symvtextcount
+= length($indent) + length($_) + 1;
/src/crypto/external/bsd/openssl.old/dist/util/
mkdef.pl
1150
my $
symvtextcount
= 0;
1172
$
symvtextcount
= 16; # length of "SYMBOL_VECTOR=(-"
1239
if ($
symvtextcount
+ length($symline) - 2 > 1024) {
1241
$
symvtextcount
= 16; # length of "SYMBOL_VECTOR=(-"
1243
if ($
symvtextcount
== 16) {
1248
$
symvtextcount
+= length($symline) - 2;
1257
if ($
symvtextcount
+ length($symline) - 2 > 1024) {
1259
$
symvtextcount
= 16; # length of "SYMBOL_VECTOR=(-"
1261
if ($
symvtextcount
== 16) {
1266
$
symvtextcount
+= length($symline) - 2
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026