Home
last modified time | relevance | path

Searched defs:pKey (Results 1 – 11 of 11) sorted by path

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dattach.c26 void sqliteAttach(Parse *pParse, Token *pFilename, Token *pDbname, Token *pKey){ in sqliteAttach()
H A Dbtree.c1327 const void *pKey, /* Key to compare against entry that pCur points to */ in fileBtreeKeyCompare()
1585 int fileBtreeMoveto(BtCursor *pCur, const void *pKey, int nKey, int *pRes){ in fileBtreeMoveto()
1912 const void *pKey, int nKey, /* The key */ in fillInCell()
2621 const void *pKey, int nKey, /* The key of the new record */ in fileBtreeInsert()
H A Dbtree.h121 #define sqliteBtreeMoveto(pCur, pKey, nKey, pRes)\ argument
124 #define sqliteBtreeInsert(pCur, pKey, nKey, pData, nData) \ argument
133 #define sqliteBtreeKeyCompare(pCur, pKey, nKey, nIgnore, pRes)\ argument
H A Dbtree_rb.c59 void *pKey; member
122 void *pKey; member
690 static int memRbtreeKeyCompare(RbtCursor* pCur, const void *pKey, int nKey, in memRbtreeKeyCompare()
747 const void *pKey, in memRbtreeInsert()
873 const void *pKey, in memRbtreeMoveto()
H A Dhash.c71 static int intHash(const void *pKey, int nKey){ in intHash()
96 static int strHash(const void *pKey, int nKey){ in strHash()
107 static int binHash(const void *pKey, int nKey){ in binHash()
205 const void *pKey, /* The key we are searching for */ in findElementGivenHash()
261 void *sqliteHashFind(const Hash *pH, const void *pKey, int nKey){ in sqliteHashFind()
290 void *sqliteHashInsert(Hash *pH, const void *pKey, int nKey, void *data){ in sqliteHashInsert()
H A Dhash.h53 void *pKey; int nKey; /* Key associated with this element */ member
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7345 const char *pKey; int nKey; /* Key associated with this element */ member
21841 const char *pKey, /* The key we are searching for */ in findElementGivenHash()
21903 SQLITE_PRIVATE void *sqlite3HashFind(const Hash *pH, const char *pKey, int nKey){ in sqlite3HashFind()
21933 SQLITE_PRIVATE void *sqlite3HashInsert(Hash *pH, const char *pKey, int nKey, void *data){ in sqlite3HashInsert()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c208 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable()
229 static int add_variable_magic_quote( const char * pKey, int keyLen, const char * pValue, int valLen… in add_variable_magic_quote()
529 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini()
1040 static int add_associate_array( const char * pKey, int keyLen, const char * pValue, int valLen, in add_associate_array()
H A Dlsapilib.c1119 char *pKey; in GetHeaderVar() local
1192 char *pKey; in LSAPI_ForeachOrgHeader_r() local
1243 char *pKey; in LSAPI_ForeachHeader_r() local
H A Dlsapilib.h69 char * pKey; member
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.c85 PCHAR pKey; in php_info_pi3web() local
292 PCHAR pKey; in sapi_pi3web_register_variables() local

Completed in 306 milliseconds