Searched refs:nSize (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/state_machine/
H A Dstate_machine.c244 int nSize; local
263 nSize = sizeof saServer;
264 if (bind(nSocket, (struct sockaddr *)&saServer, nSize) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/state_machine/
H A Dstate_machine.c242 int nSize; local
262 nSize=sizeof saServer;
263 if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/state_machine/
H A Dstate_machine.c242 int nSize; local
262 nSize=sizeof saServer;
263 if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/state_machine/
H A Dstate_machine.c244 int nSize; local
263 nSize = sizeof saServer;
264 if (bind(nSocket, (struct sockaddr *)&saServer, nSize) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/state_machine/
H A Dstate_machine.c244 int nSize; local
263 nSize = sizeof saServer;
264 if (bind(nSocket, (struct sockaddr *)&saServer, nSize) < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/state_machine/
H A Dstate_machine.c242 int nSize; local
262 nSize=sizeof saServer;
263 if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/phddns/src/
H A Dmd5.c200 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen) argument
223 memcpy(firstPad + PADLEN, szData, nSize);
224 firstPad[PADLEN + nSize] = '\x0';
225 MDString(firstPad, PADLEN + nSize, midResult + PADLEN);
H A Dmd5.h52 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/phddns/src/
H A Dmd5.c200 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen) argument
223 memcpy(firstPad + PADLEN, szData, nSize);
224 firstPad[PADLEN + nSize] = '\x0';
225 MDString(firstPad, PADLEN + nSize, midResult + PADLEN);
H A Dmd5.h52 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/phddns/src/
H A Dmd5.c200 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen) argument
223 memcpy(firstPad + PADLEN, szData, nSize);
224 firstPad[PADLEN + nSize] = '\x0';
225 MDString(firstPad, PADLEN + nSize, midResult + PADLEN);
H A Dmd5.h52 unsigned int KeyMD5Encode(unsigned char* szEncoded, const unsigned char* szData, unsigned int nSize, unsigned char* szKey, unsigned int nKeyLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c25680 i64 nSize; /* Required file size */ local
25685 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
25686 if( nSize>(i64)buf.st_size ){
25688 if( posix_fallocate(pFile->h, buf.st_size, nSize-buf.st_size) ){
25702 if( ftruncate(pFile->h, nSize) ){
25710 } while( nWrite==1 && iWrite<nSize );
41842 i64 nSize; /* Size of log file */ local
42406 i64 nSize; /* Current size of database file */ local
44000 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
45453 int nSize; /* Total size of cell content in bytes */ local
45507 u32 nSize; local
68370 int nSize; local
68469 int nSize = exprStructSize(p); local
112299 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c25680 i64 nSize; /* Required file size */ local
25685 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
25686 if( nSize>(i64)buf.st_size ){
25688 if( posix_fallocate(pFile->h, buf.st_size, nSize-buf.st_size) ){
25702 if( ftruncate(pFile->h, nSize) ){
25710 } while( nWrite==1 && iWrite<nSize );
41842 i64 nSize; /* Size of log file */ local
42406 i64 nSize; /* Current size of database file */ local
44000 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
45453 int nSize; /* Total size of cell content in bytes */ local
45507 u32 nSize; local
68370 int nSize; local
68469 int nSize = exprStructSize(p); local
112299 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c25680 i64 nSize; /* Required file size */ local
25685 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
25686 if( nSize>(i64)buf.st_size ){
25688 if( posix_fallocate(pFile->h, buf.st_size, nSize-buf.st_size) ){
25702 if( ftruncate(pFile->h, nSize) ){
25710 } while( nWrite==1 && iWrite<nSize );
41842 i64 nSize; /* Size of log file */ local
42406 i64 nSize; /* Current size of database file */ local
44000 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
45453 int nSize; /* Total size of cell content in bytes */ local
45507 u32 nSize; local
68370 int nSize; local
68469 int nSize = exprStructSize(p); local
112299 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]

Completed in 897 milliseconds