Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 126 – 150 of 1458) sorted by relevance

12345678910>>...59

/dports/net-mgmt/collectd5/collectd-5.12.0/src/liboconfig/
H A Dscanner.c4435 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
4443 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
4445 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
4450 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
4452 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
4462 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
4465 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
4472 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/otps/
H A Dotp-lexer.c1727 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1735 num_to_alloc = 1; in yyensure_buffer_stack()
1737 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1742 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1744 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1754 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1757 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1764 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-signatures/
H A Dsignature_scanner.c1838 int num_to_alloc; in yyensure_buffer_stack() local
1846 num_to_alloc = 1; in yyensure_buffer_stack()
1848 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1851 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1853 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1863 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1866 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1871 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net/gnu-dico/dico-2.10/grecs/src/
H A Djson-lex.c1990 grecs_json__size_t num_to_alloc; in grecs_json_ensure_buffer_stack() local
1998 num_to_alloc = 1; // After all that talk, this was set to 1 anyways... in grecs_json_ensure_buffer_stack()
2000 (num_to_alloc * sizeof(struct grecs_json__buffer_state*) in grecs_json_ensure_buffer_stack()
2005 memset((grecs_json__buffer_stack), 0, num_to_alloc * sizeof(struct grecs_json__buffer_state*)); in grecs_json_ensure_buffer_stack()
2007 (grecs_json__buffer_stack_max) = num_to_alloc; in grecs_json_ensure_buffer_stack()
2017 num_to_alloc = (grecs_json__buffer_stack_max) + grow_size; in grecs_json_ensure_buffer_stack()
2020 num_to_alloc * sizeof(struct grecs_json__buffer_state*) in grecs_json_ensure_buffer_stack()
2027 (grecs_json__buffer_stack_max) = num_to_alloc; in grecs_json_ensure_buffer_stack()
H A Dmeta1-lex.c1902 grecs_meta1__size_t num_to_alloc; in grecs_meta1_ensure_buffer_stack() local
1910 num_to_alloc = 1; // After all that talk, this was set to 1 anyways... in grecs_meta1_ensure_buffer_stack()
1912 (num_to_alloc * sizeof(struct grecs_meta1__buffer_state*) in grecs_meta1_ensure_buffer_stack()
1917 memset((grecs_meta1__buffer_stack), 0, num_to_alloc * sizeof(struct grecs_meta1__buffer_state*)); in grecs_meta1_ensure_buffer_stack()
1919 (grecs_meta1__buffer_stack_max) = num_to_alloc; in grecs_meta1_ensure_buffer_stack()
1929 num_to_alloc = (grecs_meta1__buffer_stack_max) + grow_size; in grecs_meta1_ensure_buffer_stack()
1932 num_to_alloc * sizeof(struct grecs_meta1__buffer_state*) in grecs_meta1_ensure_buffer_stack()
1939 (grecs_meta1__buffer_stack_max) = num_to_alloc; in grecs_meta1_ensure_buffer_stack()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DScanner.cpp1679 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1687 num_to_alloc = 1; in yyensure_buffer_stack()
1689 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1694 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1696 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1706 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1709 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1716 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DScanner.cpp1679 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1687 num_to_alloc = 1; in yyensure_buffer_stack()
1689 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1694 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1696 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1706 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1709 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1716 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c2120 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2128 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2130 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2135 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2137 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2147 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2150 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2157 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/cube/
H A Dcubescan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/seg/
H A Dsegscan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c2120 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2128 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2130 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2135 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2137 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2147 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2150 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2157 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dstylescanner.cc1695 int num_to_alloc; in stylesc_ensure_buffer_stack() local
1703 num_to_alloc = 1; in stylesc_ensure_buffer_stack()
1705 (num_to_alloc * sizeof(struct yy_buffer_state*) in stylesc_ensure_buffer_stack()
1710 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in stylesc_ensure_buffer_stack()
1712 (yy_buffer_stack_max) = num_to_alloc; in stylesc_ensure_buffer_stack()
1722 num_to_alloc = (yy_buffer_stack_max) + grow_size; in stylesc_ensure_buffer_stack()
1725 num_to_alloc * sizeof(struct yy_buffer_state*) in stylesc_ensure_buffer_stack()
1732 (yy_buffer_stack_max) = num_to_alloc; in stylesc_ensure_buffer_stack()
/dports/games/corsix-th/CorsixTH-0.65.1/SpriteEncoder/
H A Dscanner.cpp1602 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1610 num_to_alloc = 1; in yyensure_buffer_stack()
1612 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1617 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1619 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1629 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1632 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1639 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/cube/
H A Dcubescan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/seg/
H A Dsegscan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/cube/
H A Dcubescan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/seg/
H A Dsegscan.c1696 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1704 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1706 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1711 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1713 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1723 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1726 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1733 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c2120 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2128 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2130 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2135 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2137 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2147 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2150 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2157 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/devel/acsccid/acsccid-1.1.8/src/
H A Dtokenparser.c1474 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1482 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1484 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1489 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1491 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1501 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1504 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1511 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Dlex.yy.c3346 int num_to_alloc; in yyensure_buffer_stack() local
3354 num_to_alloc = 1; in yyensure_buffer_stack()
3356 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3361 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3363 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
3373 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
3376 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3383 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/cad/scotch/scotch-6.0.4/src/libscotch/last_resort/
H A Dparser_ll.c1655 yy_size_t num_to_alloc; in scotchyyensure_buffer_stack() local
1663 num_to_alloc = 1; in scotchyyensure_buffer_stack()
1665 (num_to_alloc * sizeof(struct yy_buffer_state*) in scotchyyensure_buffer_stack()
1670 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in scotchyyensure_buffer_stack()
1672 (yy_buffer_stack_max) = num_to_alloc; in scotchyyensure_buffer_stack()
1682 num_to_alloc = (yy_buffer_stack_max) + grow_size; in scotchyyensure_buffer_stack()
1685 num_to_alloc * sizeof(struct yy_buffer_state*) in scotchyyensure_buffer_stack()
1692 (yy_buffer_stack_max) = num_to_alloc; in scotchyyensure_buffer_stack()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A Dlex.yy.c3346 int num_to_alloc; in yyensure_buffer_stack() local
3354 num_to_alloc = 1; in yyensure_buffer_stack()
3356 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3361 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3363 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
3373 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
3376 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3383 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/databases/slony1v2/slony1-2.2.10/src/slon/
H A Dconf-file.c1505 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1513 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1515 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1520 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1522 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1532 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1535 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1542 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/math/spot/spot-2.10.2/buddy/examples/bddcalc/
H A Dlexer.cxx1776 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1784 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1786 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1791 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1793 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1803 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1806 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1813 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/examples/cool/
H A Dcool_lexer.cpp1701 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1709 num_to_alloc = 1; in yyensure_buffer_stack()
1711 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1716 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1718 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1728 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1731 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1738 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()

12345678910>>...59