Searched refs:u32 (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c7674 typedef UINT32_TYPE u32; /* 4-byte unsigned integer */ typedef
7682 ** that can be stored in a u32 without loss of data. The value
7959 SQLITE_PRIVATE u32 sqlite3BtreeLastPage(Btree*);
8002 SQLITE_PRIVATE void sqlite3BtreeGetMeta(Btree *pBtree, int idx, u32 *pValue);
8003 SQLITE_PRIVATE int sqlite3BtreeUpdateMeta(Btree*, int idx, u32 value);
8055 SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor*, u32 offset, u32 amt, void*);
8058 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
8059 SQLITE_PRIVATE int sqlite3BtreeData(BtCursor*, u32 offset, u32 am
111892 typedef unsigned int u32; /* 4-byte unsigned integer */ typedef
124496 typedef unsigned int u32; typedef
[all...]
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dcdf.c761 uint32_t u32; local
854 (void)memcpy(&u32, &q[o4], sizeof(u32));
855 inp[i].pi_u32 = CDF_TOLE4(u32);
872 (void)memcpy(&u32, &q[o4], sizeof(u32));
873 u32 = CDF_TOLE4(u32);
874 memcpy(&inp[i].pi_f, &u32, sizeof(inp[i].pi_f));

Completed in 113 milliseconds