Home
last modified time | relevance | path

Searched refs:usedlength (Results 1 – 25 of 43) sorted by relevance

12

/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/dct3trac/
H A Dwmx-gsm.c213 size_t ptr,usedlength, x; in GSMDecoder_L2short_packet() local
227 usedlength = buffer[ptr]>>2; in GSMDecoder_L2short_packet()
235 (long)usedlength, in GSMDecoder_L2short_packet()
240 if((ptr+usedlength) > length) { in GSMDecoder_L2short_packet()
246 for(x=0; x<usedlength; x++) fprintf(self->xmlout, "%02X", buffer[ptr+x]); in GSMDecoder_L2short_packet()
254 GSMDecoder_L3packet(self, l1, &buffer[ptr], usedlength); in GSMDecoder_L2short_packet()
271 size_t ptr,usedlength,x; in GSMDecoder_L2packet() local
340 usedlength = buffer[ptr]>>2; in GSMDecoder_L2packet()
343 (long)usedlength, more, in GSMDecoder_L2packet()
349 if((ptr+usedlength) > length) { in GSMDecoder_L2packet()
[all …]
/dports/dns/bind911/bind-9.11.37/lib/bind9/
H A Dcheck.c1401 unsigned int usedlength; in check_options() local
1423 usedlength = isc_buffer_usedlength(&b); in check_options()
1425 usedlength != ISC_AES128_KEYLENGTH) { in check_options()
1432 usedlength != ISC_SIPHASH24_KEY_LENGTH) { in check_options()
1439 usedlength != ISC_SHA1_DIGESTLENGTH) { in check_options()
1447 usedlength != ISC_SHA256_DIGESTLENGTH) { in check_options()
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9130 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
9691 usedlength = code - codestart; in pcre2_compile()
9692 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
9694 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
9696 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
9764 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_compile.c9130 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
9691 usedlength = code - codestart; in pcre2_compile()
9692 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
9694 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
9696 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
9764 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9130 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
9691 usedlength = code - codestart; in pcre2_compile()
9692 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
9694 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
9696 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
9764 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_compile.c9675 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10241 usedlength = code - codestart; in pcre2_compile()
10242 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10244 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10246 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10314 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/pcre2/src/
H A Dpcre2_compile.c9675 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10241 usedlength = code - codestart; in pcre2_compile()
10242 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10244 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10246 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10314 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/shells/fish/fish-3.3.1/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9687 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10254 usedlength = code - codestart; in pcre2_compile()
10255 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10257 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10259 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10327 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9687 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10254 usedlength = code - codestart; in pcre2_compile()
10255 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10257 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10259 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10327 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/lang/php80/php-8.0.15/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9655 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10221 usedlength = code - codestart; in pcre2_compile()
10222 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10224 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10226 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10294 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/lang/php74/php-7.4.27/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9655 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10221 usedlength = code - codestart; in pcre2_compile()
10222 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10224 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10226 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10294 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_compile.c9656 PCRE2_SIZE usedlength; /* Actual length used */ in pcre2_compile() local
10222 usedlength = code - codestart; in pcre2_compile()
10223 if (usedlength > length) errorcode = ERR23; else in pcre2_compile()
10225 re->blocksize -= CU2BYTES(length - usedlength); in pcre2_compile()
10227 VALGRIND_MAKE_MEM_NOACCESS(code, CU2BYTES(length - usedlength)); in pcre2_compile()
10295 fprintf(stderr, "Length=%lu Used=%lu\n", length, usedlength); in pcre2_compile()

12