Home
last modified time | relevance | path

Searched defs:StrAccum (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr55253.c9 struct StrAccum struct
16 fn1 (struct StrAccum *p1, int p2) in fn1() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Dmysqldataset.h81 typedef struct StrAccum StrAccum; typedef
H A Dmysqldataset.cpp700 struct StrAccum { struct
701 char *zBase; /* A base allocation. Not from malloc. */
702 char *zText; /* The string collected so far */
703 int nChar; /* Length of the string so far */
704 int nAlloc; /* Amount of space allocated in zText */
705 int mxAlloc; /* Maximum allowed string length */
706 bool mallocFailed; /* Becomes true if any memory allocation fails */
707 bool tooBig; /* Becomes true if string size exceeds limits */
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h426 typedef struct StrAccum StrAccum; typedef
1731 struct StrAccum { struct
1732 char *zBase; /* A base allocation. Not from malloc. */
1733 char *zText; /* The string collected so far */
1734 int nChar; /* Length of the string so far */
1735 int nAlloc; /* Amount of space allocated in zText */
1736 int mxAlloc; /* Maximum allowed string length */
1737 u8 mallocFailed; /* Becomes true if any memory allocation fails */
1738 u8 useMalloc; /* True if zText is enlargable using realloc */
1739 u8 tooBig; /* Becomes true if string size exceeds limits */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h629 typedef struct StrAccum StrAccum; typedef
2392 struct StrAccum { struct
2393 sqlite3 *db; /* Optional database for lookaside. Can be NULL */
2394 char *zBase; /* A base allocation. Not from malloc. */
2395 char *zText; /* The string collected so far */
2396 int nChar; /* Length of the string so far */
2397 int nAlloc; /* Amount of space allocated in zText */
2398 int mxAlloc; /* Maximum allowed string length */
2399 u8 mallocFailed; /* Becomes true if any memory allocation fails */
2400 u8 useMalloc; /* 0: none, 1: sqlite3DbMalloc, 2: sqlite3_malloc */
[all …]

12345678