Searched refs:nKey (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/phddns/src/
H A Dgenerate.c28 unsigned int nKey; local
60 nKey = KeyMD5Encode(szKey, (unsigned char*)szPassword, strlen((char*)szPassword), (unsigned char*)szDecoded, nDecodedLen);
61 szKey[nKey] = 0;
85 memcpy(szAscii+nUser+1+4+4, szKey, nKey);
88 nEncoded = lutil_b64_ntop((unsigned char *)szAscii, nUser + 1 + 4 + 4 + nKey, szResult, 256);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/phddns/src/
H A Dgenerate.c28 unsigned int nKey; local
60 nKey = KeyMD5Encode(szKey, (unsigned char*)szPassword, strlen((char*)szPassword), (unsigned char*)szDecoded, nDecodedLen);
61 szKey[nKey] = 0;
85 memcpy(szAscii+nUser+1+4+4, szKey, nKey);
88 nEncoded = lutil_b64_ntop((unsigned char *)szAscii, nUser + 1 + 4 + 4 + nKey, szResult, 256);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/phddns/src/
H A Dgenerate.c28 unsigned int nKey; local
60 nKey = KeyMD5Encode(szKey, (unsigned char*)szPassword, strlen((char*)szPassword), (unsigned char*)szDecoded, nDecodedLen);
61 szKey[nKey] = 0;
85 memcpy(szAscii+nUser+1+4+4, szKey, nKey);
88 nEncoded = lutil_b64_ntop((unsigned char *)szAscii, nUser + 1 + 4 + 4 + nKey, szResult, 256);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4301 const void *pKey, int nKey /* The key */
4314 const void *pKey, int nKey /* The new key */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4301 const void *pKey, int nKey /* The key */
4314 const void *pKey, int nKey /* The new key */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h4301 const void *pKey, int nKey /* The key */
4314 const void *pKey, int nKey /* The new key */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h3819 const void *pKey, int nKey /* The key */
3832 const void *pKey, int nKey /* The new key */
H A Dsqlite3.c4356 const void *pKey, int nKey /* The key */
4369 const void *pKey, int nKey /* The new key */
6567 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
6574 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
6575 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
6594 /* #define sqliteHashKeysize(E) ((E)->nKey) // NOT USED */
7272 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
20700 static unsigned int strHash(const char *z, int nKey){ argument
20702 assert( nKey>=0 );
20703 while( nKey >
20784 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
20848 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
20878 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
43994 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member in struct:CellInfo
44041 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
45181 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
48315 u32 nKey; local
48513 u32 nKey; local
49717 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
51130 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
57150 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
59896 int nKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
73098 int nKey; local
93083 int nKey; local
106713 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
109875 int nKey = pKey->n; local
110539 fts3StrHash(const void *pKey, int nKey) argument
110557 fts3BinHash(const void *pKey, int nKey) argument
110662 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
110745 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
110767 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
113234 int nKey = fts3HashKeysize(pE); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h3819 const void *pKey, int nKey /* The key */
3832 const void *pKey, int nKey /* The new key */
H A Dsqlite3.c4356 const void *pKey, int nKey /* The key */
4369 const void *pKey, int nKey /* The new key */
6567 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
6574 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
6575 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
6594 /* #define sqliteHashKeysize(E) ((E)->nKey) // NOT USED */
7272 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
20700 static unsigned int strHash(const char *z, int nKey){ argument
20702 assert( nKey>=0 );
20703 while( nKey >
20784 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
20848 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
20878 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
43994 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member in struct:CellInfo
44041 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
45181 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
48315 u32 nKey; local
48513 u32 nKey; local
49717 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
51130 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
57150 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
59896 int nKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
73098 int nKey; local
93083 int nKey; local
106713 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
109875 int nKey = pKey->n; local
110539 fts3StrHash(const void *pKey, int nKey) argument
110557 fts3BinHash(const void *pKey, int nKey) argument
110662 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
110745 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
110767 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
113234 int nKey = fts3HashKeysize(pE); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h3819 const void *pKey, int nKey /* The key */
3832 const void *pKey, int nKey /* The new key */
H A Dsqlite3.c4356 const void *pKey, int nKey /* The key */
4369 const void *pKey, int nKey /* The new key */
6567 const char *pKey; int nKey; /* Key associated with this element */ member in struct:HashElem
6574 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, int nKey, void *pData);
6575 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey, int nKey);
6594 /* #define sqliteHashKeysize(E) ((E)->nKey) // NOT USED */
7272 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
20700 static unsigned int strHash(const char *z, int nKey){ argument
20702 assert( nKey>=0 );
20703 while( nKey >
20784 findElementGivenHash( const Hash *pH, const char *pKey, int nKey, unsigned int h ) argument
20848 sqlite3HashFind(const Hash *pH, const char *pKey, int nKey) argument
20878 sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data) argument
43994 i64 nKey; /* The key for INTKEY tables, or number of bytes in key */ member in struct:CellInfo
44041 i64 nKey; /* Size of pKey, or last integer key */ member in struct:BtCursor
45181 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
48315 u32 nKey; local
48513 u32 nKey; local
49717 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
51130 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
57150 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, char *pSpace, int szSpace ) argument
59896 int nKey; member in struct:vdbeExecUnion::OP_IdxInsert_stack_vars
73098 int nKey; local
93083 int nKey; local
106713 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
109875 int nKey = pKey->n; local
110539 fts3StrHash(const void *pKey, int nKey) argument
110557 fts3BinHash(const void *pKey, int nKey) argument
110662 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
110745 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
110767 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
113234 int nKey = fts3HashKeysize(pE); local
[all...]

Completed in 936 milliseconds