CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
utf_injectable_functions.json47 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "sqlite3AppendOneUtf8Character",4    "function_signature": "int sqlite3AppendOneUtf8Character(char *zOut, u32 v)",5    "test_filename": "tests_utf_sqlite3AppendOneUtf8Character.c"6  },7  {8    "function_name": "sqlite3Utf8Read",9    "function_signature": "u32 sqlite3Utf8Read(\n  const unsigned char **pz    /* Pointer to string from which to read char */\n)",10    "test_filename": "tests_utf_sqlite3Utf8Read.c"11  },12  {13    "function_name": "sqlite3Utf8ReadLimited",14    "function_signature": "int sqlite3Utf8ReadLimited(\n  const u8 *z,\n  int n,\n  u32 *piOut\n)",15    "test_filename": "tests_utf_sqlite3Utf8ReadLimited.c"16  },17  {18    "function_name": "sqlite3VdbeMemTranslate",19    "function_signature": "SQLITE_NOINLINE int sqlite3VdbeMemTranslate(Mem *pMem, u8 desiredEnc)",20    "test_filename": "tests_utf_sqlite3VdbeMemTranslate.c"21  },22  {23    "function_name": "sqlite3VdbeMemHandleBom",24    "function_signature": "int sqlite3VdbeMemHandleBom(Mem *pMem)",25    "test_filename": "tests_utf_sqlite3VdbeMemHandleBom.c"26  },27  {28    "function_name": "sqlite3Utf8CharLen",29    "function_signature": "int sqlite3Utf8CharLen(const char *zIn, int nByte)",30    "test_filename": "tests_utf_sqlite3Utf8CharLen.c"31  },32  {33    "function_name": "sqlite3Utf8To8",34    "function_signature": "int sqlite3Utf8To8(unsigned char *zIn)",35    "test_filename": "tests_utf_sqlite3Utf8To8.c"36  },37  {38    "function_name": "sqlite3Utf16ByteLen",39    "function_signature": "int sqlite3Utf16ByteLen(const void *zIn, int nByte, int nChar)",40    "test_filename": "tests_utf_sqlite3Utf16ByteLen.c"41  },42  {43    "function_name": "sqlite3UtfSelfTest",44    "function_signature": "void sqlite3UtfSelfTest(void)",45    "test_filename": "tests_utf_sqlite3UtfSelfTest.c"46  }47]