Home
last modified time | relevance | path

Searched refs:getVarint32 (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c19129 #define getVarint32(A,B) \ macro
31285 #ifndef getVarint32
76224 iHdr = getVarint32(a, nHdr);
76228 iHdr += getVarint32(&a[iHdr], t);
80123 idx = getVarint32(aKey, szHdr);
80192 idx1 = getVarint32(aKey1, szHdr1);
80279 idx = getVarint32(aKey, szHdr);
80984 (void)getVarint32((u8*)m.z, szHdr);
92539 getVarint32(&p1[1], n1);
92540 getVarint32(&p2[1], n2);
[all …]

Completed in 360 milliseconds