Searched defs:HOSTIDLEN (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c26052 /* HOSTIDLEN and CONCHLEN both include space for the string
26055 #define HOSTIDLEN 128 macro
26056 #define CONCHLEN (MAXPATHLEN+HOSTIDLEN+1)
26067 memset(key, 0, HOSTIDLEN);
26071 len = read(fd, key, HOSTIDLEN);
26074 if( len < HOSTIDLEN ){
26086 key[(HOSTIDLEN-1)] = 0x00;
26087 for( i=0; i<(HOSTIDLEN-1); i++ ){
26147 len = pread(fd, pHostID, HOSTIDLEN, 0);
26151 }else if( len<HOSTIDLEN ){
[all...]

Completed in 385 milliseconds