Searched refs:sp (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 519 rc = ap1->sp->index - ap2->sp->index; in actioncmp() 552 newaction->sp = sp; in Action_add() 1414 if( sp->rule==0 && sp!=lemp->errsym ){ in Configlist_closure() 2591 if((sp) && (sp->datatype)){ in parseonetoken() 3474 if( sp->firstset && SetFind(sp->firstset, j) ){ in ReportOutput() 4792 if( sp==0 || sp->type!=TERMINAL ) continue; in ReportTable() 4810 if( sp==0 || sp->type==TERMINAL || in ReportTable() 4811 sp->index<=0 || sp->destructor!=0 ) continue; in ReportTable() 4826 if( sp==0 || sp->type==TERMINAL || sp->destructor==0 ) continue; in ReportTable() 5398 Symbol_insert(sp,sp->name); in Symbol_new() [all …]
|
| H A D | stack_usage.tcl | 31 if {[regexp {sub +\$(0x[0-9a-z]+),%[er]sp} $line all xdepth]} {
|
| /sqlite-3.40.0/test/ |
| H A D | autoindex5.test | 93 sp.release 96 source_packages AS sp, 99 sp.rowid = st.package 102 AND ( sp.release = 'sid' OR sp.release = 'stretch' OR sp.release = 'jessie' 103 OR sp.release = 'wheezy' OR sp.release = 'squeeze' ) 104 ORDER BY sp.name, st.bug_name, sp.release, sp.subrelease;
|
| H A D | fts3query.test | 92 execsql { SELECT docid FROM foobar WHERE description MATCH '"high sp d"' }
|
| H A D | wal.test | 158 SAVEPOINT sp; 165 ROLLBACK TO sp;
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 616 FILE *fp, *sp; in SubstituteFile() local 625 sp = fopen(substitutions, "rt"); in SubstituteFile() 626 if (sp != NULL) { in SubstituteFile() 627 while (fgets(szBuffer, sizeof(szBuffer), sp) != NULL) { in SubstituteFile() 640 fclose(sp); in SubstituteFile() 663 char *cp, *op, *sp; in SubstituteFile() local 667 sp = p->value; in SubstituteFile() 668 while (sp && *sp) *cp++ = *sp++; in SubstituteFile()
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | SqliteTestUtil.js | 147 const sp = str.split(/&+/); 150 for( i in sp ) { 151 m = rx.exec( sp[i] );
|
| /sqlite-3.40.0/src/ |
| H A D | os_unix.c | 6680 struct timespec sp; in unixSleep() local 6682 sp.tv_sec = microseconds / 1000000; in unixSleep() 6683 sp.tv_nsec = (microseconds % 1000000) * 1000; in unixSleep() 6684 nanosleep(&sp, NULL); in unixSleep()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 14531 | 3584: 81 65 02 05 b0 ae a8 73 70 0a 02 10 02 04 b8 a6 .e.....sp.......
|