Lines Matching refs:strncmp

1207 ** assert( strncmp(sqlite3_sourceid(),SQLITE_SOURCE_ID,80)==0 );
33186 if( strncmp(z,zName,nName)==0 && z[nName]==0 ) return pIn[i];
40078 if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
40081 if (0 == strncmp("exfat", fsInfo.f_fstypename, 5)) {
41216 && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX],
41442 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
41624 !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN))
79866 if( strncmp(zSynopsis,"IF ",3)==0 ){
79885 if( strncmp(zSynopsis+ii+1, "@P", 2)==0 ){
79888 if( strncmp(zSynopsis+ii+1,"+1",2)==0 ){
79897 }else if( strncmp(zSynopsis+ii+1, "@NP", 3)==0 ){
79911 if( strncmp(zSynopsis+ii+1, "..P3", 4)==0 && pOp->p3==0 ){
93957 assert( pOp->p4.z==0 || strncmp(pOp->p4.z, "-" "- ", 3)==0 );
97784 assert( aOp[0].p4.z==0 || strncmp(aOp[0].p4.z,"-" "- ",3)==0 );
141615 && (strncmp(zSubSql,"CRE",3)==0 || strncmp(zSubSql,"INS",3)==0)
150155 if( strncmp(zName, "sqlite_autoindex_", 17)==0 ){
166932 if( strncmp(zUri+5, "///", 3)==0 ){
166939 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
166940 }else if( strncmp(zUri+5, "//localhost/", 12)==0 ){
178064 return strncmp((const char*)pKey1,(const char*)pKey2,n1);
189443 && strncmp(z+i,"null",4)==0
189448 && strncmp(z+i,"true",4)==0
189453 && strncmp(z+i,"false",5)==0
189663 return strncmp(pNode->u.zJContent, zKey, nKey)==0;
189666 return strncmp(pNode->u.zJContent+1, zKey, nKey)==0;
189840 }else if( strncmp(zPath,"[0]",3)==0 ){
190159 if( pTarget[j].n==nKey && strncmp(pTarget[j].u.zJContent,zKey,nKey)==0 ){