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

/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c887 int nAppend = strlen30(zAppend); local
890 len = nAppend+nIn+1;
893 for(i=0; i<nAppend; i++){
906 for(i=0; i<nAppend; i++){
914 memcpy(&zIn[nIn], zAppend, nAppend);
/external/sqlite/dist/orig/
H A Dshell.c904 int nAppend = strlen30(zAppend); local
907 len = nAppend+nIn+1;
910 for(i=0; i<nAppend; i++){
923 for(i=0; i<nAppend; i++){
931 memcpy(&zIn[nIn], zAppend, nAppend);
/external/sqlite/dist/
H A Dshell.c909 int nAppend = strlen30(zAppend); local
912 len = nAppend+nIn+1;
915 for(i=0; i<nAppend; i++){
928 for(i=0; i<nAppend; i++){
936 memcpy(&zIn[nIn], zAppend, nAppend);

Completed in 160 milliseconds