Searched defs:amt (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/pdo_oci/ |
H A D | oci_statement.c | 378 ub4 amt, offset = 1; in oci_stmt_param_hook() local 611 ub4 amt; in oci_blob_write() local 631 ub4 amt; in oci_blob_read() local
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | btree.h | 131 #define sqliteBtreeKey(pCur, offset, amt, zBuf)\ argument 136 #define sqliteBtreeData(pCur, offset, amt, zBuf)\ argument
|
H A D | os.c | 969 int sqliteOsRead(OsFile *id, void *pBuf, int amt){ in sqliteOsRead() 1020 int sqliteOsWrite(OsFile *id, const void *pBuf, int amt){ in sqliteOsWrite()
|
H A D | btree_rb.c | 1175 static int memRbtreeKey(RbtCursor* pCur, int offset, int amt, char *zBuf) in memRbtreeKey() 1197 static int memRbtreeData(RbtCursor *pCur, int offset, int amt, char *zBuf) in memRbtreeData()
|
H A D | vdbe.c | 3119 int amt, offset, end, payloadSize; in sqliteVdbeExec() local 3278 int amt; in sqliteVdbeExec() local
|
H A D | printf.c | 235 int amt; in vxprintf() local
|
H A D | expr.c | 1528 int amt = pParse->nAgg + 8; in appendAggInfo() local
|
H A D | btree.c | 1176 static int getPayload(BtCursor *pCur, int offset, int amt, char *zBuf){ in getPayload() 1242 static int fileBtreeKey(BtCursor *pCur, int offset, int amt, char *zBuf){ in fileBtreeKey() 1287 static int fileBtreeData(BtCursor *pCur, int offset, int amt, char *zBuf){ in fileBtreeData()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 14311 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() 14315 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() 19057 int amt; in sqlite3VXPrintf() local
|
Completed in 302 milliseconds