minor 41 android_webview/public/browser/draw_sw.h typedef void (SkiaVersionFunction)(int* major, int* minor, int* patch); minor 21 base/ios/ios_util.h BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix); minor 208 base/mac/mac_util.h int32* minor); minor 73 base/message_loop/message_pump_x11.cc int major = 2, minor = USE_XI2_MT; minor 75 base/message_loop/message_pump_x11.cc int major = 2, minor = 0; minor 77 base/message_loop/message_pump_x11.cc if (XIQueryVersion(display, &major, &minor) == BadRequest) { minor 82 base/message_loop/message_pump_x11.cc if (major < 2 || (major == 2 && minor < USE_XI2_MT)) { minor 83 base/message_loop/message_pump_x11.cc DVLOG(1) << "XI version on server is " << major << "." << minor << ". " minor 108 base/message_loop/message_pump_x11.cc int minor = XkbMinorVersion; minor 109 base/message_loop/message_pump_x11.cc if (!XkbQueryExtension(display, &opcode, &event, &error, &major, &minor)) { minor 139 base/sys_info_android.cc int32 major, minor, bugfix; minor 140 base/sys_info_android.cc OperatingSystemVersionNumbers(&major, &minor, &bugfix); minor 141 base/sys_info_android.cc return StringPrintf("%d.%d.%d", major, minor, bugfix); minor 27 base/sys_info_mac.cc int32 major, minor, bugfix; minor 28 base/sys_info_mac.cc OperatingSystemVersionNumbers(&major, &minor, &bugfix); minor 29 base/sys_info_mac.cc return base::StringPrintf("%d.%d.%d", major, minor, bugfix); minor 75 base/sys_info_win.cc version_number.minor)); minor 79 base/sys_info_win.cc if (service_pack.minor != 0) minor 80 base/sys_info_win.cc version += StringPrintf(".%d", service_pack.minor); minor 121 base/sys_info_win.cc *minor_version = os_info->version_number().minor; minor 83 base/third_party/xdg_mime/xdgmimecache.c int minor; minor 122 base/third_party/xdg_mime/xdgmimecache.c int minor; minor 138 base/third_party/xdg_mime/xdgmimecache.c minor = GET_UINT16 (buffer, 2); minor 141 base/third_party/xdg_mime/xdgmimecache.c (minor < MINOR_VERSION_MIN || minor 142 base/third_party/xdg_mime/xdgmimecache.c minor > MINOR_VERSION_MAX)) minor 150 base/third_party/xdg_mime/xdgmimecache.c cache->minor = minor; minor 43 base/win/windows_version.cc version_number_.minor = version_info.dwMinorVersion; minor 45 base/win/windows_version.cc if ((version_number_.major == 5) && (version_number_.minor > 0)) { minor 47 base/win/windows_version.cc version_ = (version_number_.minor == 1) ? VERSION_XP : VERSION_SERVER_2003; minor 49 base/win/windows_version.cc switch (version_number_.minor) { minor 63 base/win/windows_version.cc DCHECK_EQ(version_number_.minor, 3); minor 72 base/win/windows_version.cc service_pack_.minor = version_info.wServicePackMinor; minor 50 base/win/windows_version.h int minor; minor 56 base/win/windows_version.h int minor; minor 39 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc int minor = XkbMinorVersion; minor 41 chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.cc &major, &minor); minor 265 chrome/browser/ui/webui/flash_ui.cc if (os->service_pack().minor > 0) minor 266 chrome/browser/ui/webui/flash_ui.cc os_label += "." + base::IntToString(os->service_pack().minor); minor 207 chrome/browser/ui/webui/nacl_ui.cc if (os->service_pack().minor > 0) minor 208 chrome/browser/ui/webui/nacl_ui.cc os_label += "." + base::IntToString(os->service_pack().minor); minor 140 chrome/installer/test/alternate_version_generator.cc major(), minor(), build(), patch()); minor 83 chrome/installer/util/google_chrome_distribution.cc version_number.major, version_number.minor, version_number.build); minor 49 chrome_elf/thunk_getter.cc int minor; minor 55 chrome_elf/thunk_getter.cc int minor; minor 62 chrome_elf/thunk_getter.cc version_number_.minor = version_info.dwMinorVersion; minor 64 chrome_elf/thunk_getter.cc if ((version_number_.major == 5) && (version_number_.minor > 0)) { minor 67 chrome_elf/thunk_getter.cc (version_number_.minor == 1) ? VERSION_XP_SP2 : VERSION_SERVER_2003; minor 71 chrome_elf/thunk_getter.cc switch (version_number_.minor) { minor 95 chrome_elf/thunk_getter.cc service_pack_.minor = version_info.wServicePackMinor; minor 224 content/common/gpu/media/vaapi_wrapper.cc bool VaapiWrapper::VAAPIVersionLessThan(int major, int minor) { minor 226 content/common/gpu/media/vaapi_wrapper.cc (major_version_ == major && minor_version_ < minor); minor 82 content/common/gpu/media/vaapi_wrapper.h bool VAAPIVersionLessThan(int major, int minor); minor 439 content/common/plugin_list_win.cc int major, minor, update; minor 442 content/common/plugin_list_win.cc base::StringToInt(ver[1], &minor) && minor 444 content/common/plugin_list_win.cc if (major == 6 && minor == 0 && update < 120) minor 50 dbus/message.cc int major = 0, minor = 0, micro = 0; minor 51 dbus/message.cc dbus_get_version(&major, &minor, µ); minor 52 dbus/message.cc return major >= 1 && minor >= 4; minor 97 gpu/gles2_conform_support/egl/egl.cc EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) { minor 113 gpu/gles2_conform_support/egl/egl.cc *minor = 4; minor 13 gpu/gles2_conform_support/gles2_conform_support.c EGLint major, minor; minor 18 gpu/gles2_conform_support/gles2_conform_support.c eglInitialize(eglDisplay, &major, &minor); minor 14 ios/public/consumer/base/util.h bool IsRunningOnOrLater(int major, int minor, int bug_fix); minor 144 net/http/http_auth_gssapi_posix.cc std::string minor = DisplayCode(gssapi_lib, minor_status, GSS_C_MECH_CODE); minor 146 net/http/http_auth_gssapi_posix.cc minor.c_str()); minor 667 net/http/http_response_headers.cc uint16 minor = *dot - '0'; minor 669 net/http/http_response_headers.cc return HttpVersion(major, minor); minor 19 net/http/http_version.h HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { } minor 712 net/third_party/nss/ssl/derive.c version.minor = 0 /*LSB(clientHelloVersion)*/; minor 3747 net/third_party/nss/ssl/ssl3con.c client_version = pms_version.major << 8 | pms_version.minor; minor 9530 net/third_party/nss/ssl/ssl3con.c version.minor = LSB(temp); minor 9533 net/third_party/nss/ssl/ssl3con.c version.minor = LSB(ss->clientHelloVersion); minor 252 ppapi/lib/gl/include/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor); minor 192 remoting/host/input_injector_linux.cc int minor = 0; minor 194 remoting/host/input_injector_linux.cc &major, &minor)) { minor 998 third_party/expat/files/lib/expat.h int minor; minor 2004 third_party/expat/files/lib/xmlparse.c version.minor = XML_MINOR_VERSION; minor 538 third_party/harfbuzz-ng/src/hb-common.cc unsigned int *minor, minor 542 third_party/harfbuzz-ng/src/hb-common.cc *minor = HB_VERSION_MINOR; minor 575 third_party/harfbuzz-ng/src/hb-common.cc unsigned int minor, minor 578 third_party/harfbuzz-ng/src/hb-common.cc return HB_VERSION_CHECK (major, minor, micro); minor 597 third_party/harfbuzz-ng/src/hb-open-type-private.hh ULONG minor; minor 669 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline uint32_t to_int (void) const { return (major << 16) + minor; } minor 677 third_party/harfbuzz-ng/src/hb-open-type-private.hh USHORT minor; minor 53 third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh likely (version.major == 1 || (version.major == 0 && version.minor == 0x5000))); minor 45 third_party/harfbuzz-ng/src/hb-version.h #define HB_VERSION_CHECK(major,minor,micro) \ minor 46 third_party/harfbuzz-ng/src/hb-version.h ((major)*10000+(minor)*100+(micro) >= \ minor 52 third_party/harfbuzz-ng/src/hb-version.h unsigned int *minor, minor 60 third_party/harfbuzz-ng/src/hb-version.h unsigned int minor, minor 252 third_party/khronos/EGL/egl.h EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor); minor 132 third_party/libXNVCtrl/NVCtrl.c int major, minor; minor 134 third_party/libXNVCtrl/NVCtrl.c if (XNVCTRLQueryVersion(dpy, &major, &minor)) { minor 136 third_party/libXNVCtrl/NVCtrl.c if (major == 1 && (minor == 8 || minor == 9)) { minor 139 third_party/libXNVCtrl/NVCtrl.c if ((major > 1) || ((major == 1) && (minor > 20))) { minor 153 third_party/libXNVCtrl/NVCtrl.c int *minor minor 174 third_party/libXNVCtrl/NVCtrl.c if (minor) *minor = rep.minor; minor 60 third_party/libXNVCtrl/NVCtrlLib.h int *minor minor 128 third_party/libXNVCtrl/nv_control.h CARD16 minor B16; minor 217 third_party/libevent/evhttp.h char minor; /* HTTP Minor number */ minor 388 third_party/libevent/http.c method, req->uri, req->major, req->minor); minor 466 third_party/libevent/http.c req->major, req->minor, req->response_code, minor 470 third_party/libevent/http.c if (req->minor == 1) minor 477 third_party/libevent/http.c if (req->minor == 0 && is_keepalive) minor 481 third_party/libevent/http.c if (req->minor == 1 || is_keepalive) { minor 1228 third_party/libevent/http.c req->minor = 0; minor 1231 third_party/libevent/http.c req->minor = 1; minor 1286 third_party/libevent/http.c req->minor = 0; minor 1289 third_party/libevent/http.c req->minor = 1; minor 1812 third_party/libevent/http.c if (!req->major && !req->minor) { minor 1814 third_party/libevent/http.c req->minor = 1; minor 1867 third_party/libevent/http.c (req->minor == 0 && minor 1947 third_party/libevent/http.c if (req->major == 1 && req->minor == 1) { minor 2003 third_party/libevent/http.c if (!req->major || !req->minor) { minor 2005 third_party/libevent/http.c req->minor = 1; minor 1839 third_party/libusb/src/libusb/core.c usbi_dbg("libusbx v%d.%d.%d.%d", libusb_version_internal.major, libusb_version_internal.minor, minor 913 third_party/libusb/src/libusb/libusb.h const uint16_t minor; minor 323 third_party/libusb/src/libusb/os/linux_usbfs.c static int kernel_version_ge(int major, int minor, int sublevel) minor 341 third_party/libusb/src/libusb/os/linux_usbfs.c return 0 == minor && 0 == sublevel; minor 342 third_party/libusb/src/libusb/os/linux_usbfs.c if (kminor > minor) minor 344 third_party/libusb/src/libusb/os/linux_usbfs.c if (kminor < minor) minor 85 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_ALIAS(func, major, minor, micro) \ minor 86 third_party/libva/va/va_compat.h VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@") minor 87 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_ALIAS_DEFAULT(func, major, minor, micro) \ minor 88 third_party/libva/va/va_compat.h VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@@") minor 89 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \ minor 90 third_party/libva/va/va_compat.h asm(".symver " #func "_" #major "_" #minor "_" #micro ", " \ minor 91 third_party/libva/va/va_compat.h #func binding "VA_API_" #major "." #minor "." #micro) minor 82 third_party/libva/va/va_version.h #define VA_CHECK_VERSION(major,minor,micro) \ minor 84 third_party/libva/va/va_version.h (VA_MAJOR_VERSION == (major) && VA_MINOR_VERSION > (minor)) || \ minor 85 third_party/libva/va/va_version.h (VA_MAJOR_VERSION == (major) && VA_MINOR_VERSION == (minor) && VA_MICRO_VERSION >= (micro))) minor 52 third_party/libva/va/x11/va_dri2.h VA_DRI2QueryVersion(Display *display, int *major, int *minor); minor 86 third_party/protobuf/src/google/protobuf/stubs/common.cc int minor = (version / 1000) % 1000; minor 92 third_party/protobuf/src/google/protobuf/stubs/common.cc snprintf(buffer, sizeof(buffer), "%d.%d.%d", major, minor, micro); minor 103490 third_party/sqlite/amalgamation/sqlite3.c YYMINORTYPE minor; /* The user-supplied minor token value. This minor 104118 third_party/sqlite/amalgamation/sqlite3.c yy_destructor(pParser, yymajor, &yytos->minor); minor 104314 third_party/sqlite/amalgamation/sqlite3.c yytos->minor = *yypMinor; minor 104730 third_party/sqlite/amalgamation/sqlite3.c {sqlite3BeginTransaction(pParse, yymsp[-1].minor.yy4);} minor 104751 third_party/sqlite/amalgamation/sqlite3.c sqlite3Savepoint(pParse, SAVEPOINT_BEGIN, &yymsp[0].minor.yy0); minor 104756 third_party/sqlite/amalgamation/sqlite3.c sqlite3Savepoint(pParse, SAVEPOINT_RELEASE, &yymsp[0].minor.yy0); minor 104761 third_party/sqlite/amalgamation/sqlite3.c sqlite3Savepoint(pParse, SAVEPOINT_ROLLBACK, &yymsp[0].minor.yy0); minor 104766 third_party/sqlite/amalgamation/sqlite3.c sqlite3StartTable(pParse,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0,yymsp[-4].minor.yy4,0,0,yymsp[-2].minor.yy4); minor 104772 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0 = yymsp[0].minor.yy0; minor 104801 third_party/sqlite/amalgamation/sqlite3.c sqlite3EndTable(pParse,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0,0); minor 104806 third_party/sqlite/amalgamation/sqlite3.c sqlite3EndTable(pParse,0,0,yymsp[0].minor.yy387); minor 104807 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[0].minor.yy387); minor 104812 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.z = yymsp[-2].minor.yy0.z; minor 104813 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.n = (int)(pParse->sLastToken.z-yymsp[-2].minor.yy0.z) + pParse->sLastToken.n; minor 104818 third_party/sqlite/amalgamation/sqlite3.c sqlite3AddColumn(pParse,&yymsp[0].minor.yy0); minor 104819 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0 = yymsp[0].minor.yy0; minor 104844 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy0 = yymsp[0].minor.yy0;} minor 104847 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddColumnType(pParse,&yymsp[0].minor.yy0);} minor 104851 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.z = yymsp[-3].minor.yy0.z; minor 104852 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.n = (int)(&yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] - yymsp[-3].minor.yy0.z); minor 104857 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.z = yymsp[-5].minor.yy0.z; minor 104858 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0.n = (int)(&yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] - yymsp[-5].minor.yy0.z); minor 104862 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy0.z=yymsp[-1].minor.yy0.z; yygotominor.yy0.n=yymsp[0].minor.yy0.n+(int)(yymsp[0].minor.yy0.z-yymsp[-1].minor.yy0.z);} minor 104866 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddDefaultValue(pParse,&yymsp[0].minor.yy118);} minor 104869 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddDefaultValue(pParse,&yymsp[-1].minor.yy118);} minor 104874 third_party/sqlite/amalgamation/sqlite3.c v.pExpr = sqlite3PExpr(pParse, TK_UMINUS, yymsp[0].minor.yy118.pExpr, 0, 0); minor 104875 third_party/sqlite/amalgamation/sqlite3.c v.zStart = yymsp[-1].minor.yy0.z; minor 104876 third_party/sqlite/amalgamation/sqlite3.c v.zEnd = yymsp[0].minor.yy118.zEnd; minor 104883 third_party/sqlite/amalgamation/sqlite3.c spanExpr(&v, pParse, TK_STRING, &yymsp[0].minor.yy0); minor 104888 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddNotNull(pParse, yymsp[0].minor.yy4);} minor 104891 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddPrimaryKey(pParse,0,yymsp[-1].minor.yy4,yymsp[0].minor.yy4,yymsp[-2].minor.yy4);} minor 104894 third_party/sqlite/amalgamation/sqlite3.c {sqlite3CreateIndex(pParse,0,0,0,0,yymsp[0].minor.yy4,0,0,0,0);} minor 104897 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddCheckConstraint(pParse,yymsp[-1].minor.yy118.pExpr);} minor 104900 third_party/sqlite/amalgamation/sqlite3.c {sqlite3CreateForeignKey(pParse,0,&yymsp[-2].minor.yy0,yymsp[-1].minor.yy322,yymsp[0].minor.yy4);} minor 104903 third_party/sqlite/amalgamation/sqlite3.c {sqlite3DeferForeignKey(pParse,yymsp[0].minor.yy4);} minor 104906 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddCollateType(pParse, &yymsp[0].minor.yy0);} minor 104912 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = (yymsp[-1].minor.yy4 & ~yymsp[0].minor.yy215.mask) | yymsp[0].minor.yy215.value; } minor 104919 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy215.value = yymsp[0].minor.yy4; yygotominor.yy215.mask = 0x0000ff; } minor 104922 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy215.value = yymsp[0].minor.yy4<<8; yygotominor.yy215.mask = 0x00ff00; } minor 104943 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy4 = yymsp[0].minor.yy4;} minor 104949 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy0 = yymsp[-1].minor.yy0;} minor 104952 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddPrimaryKey(pParse,yymsp[-3].minor.yy322,yymsp[0].minor.yy4,yymsp[-2].minor.yy4,0);} minor 104955 third_party/sqlite/amalgamation/sqlite3.c {sqlite3CreateIndex(pParse,0,0,0,yymsp[-2].minor.yy322,yymsp[0].minor.yy4,0,0,0,0);} minor 104958 third_party/sqlite/amalgamation/sqlite3.c {sqlite3AddCheckConstraint(pParse,yymsp[-2].minor.yy118.pExpr);} minor 104962 third_party/sqlite/amalgamation/sqlite3.c sqlite3CreateForeignKey(pParse, yymsp[-6].minor.yy322, &yymsp[-3].minor.yy0, yymsp[-2].minor.yy322, yymsp[-1].minor.yy4); minor 104963 third_party/sqlite/amalgamation/sqlite3.c sqlite3DeferForeignKey(pParse, yymsp[0].minor.yy4); minor 104973 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy210 = (u8)yymsp[0].minor.yy4;} minor 104983 third_party/sqlite/amalgamation/sqlite3.c sqlite3DropTable(pParse, yymsp[0].minor.yy259, 0, yymsp[-1].minor.yy4); minor 104988 third_party/sqlite/amalgamation/sqlite3.c sqlite3CreateView(pParse, &yymsp[-7].minor.yy0, &yymsp[-3].minor.yy0, &yymsp[-2].minor.yy0, yymsp[0].minor.yy387, yymsp[-6].minor.yy4, yymsp[-4].minor.yy4); minor 104993 third_party/sqlite/amalgamation/sqlite3.c sqlite3DropTable(pParse, yymsp[0].minor.yy259, 1, yymsp[-1].minor.yy4); minor 104999 third_party/sqlite/amalgamation/sqlite3.c sqlite3Select(pParse, yymsp[0].minor.yy387, &dest); minor 105000 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[0].minor.yy387); minor 105004 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy387 = yymsp[0].minor.yy387;} minor 105008 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[0].minor.yy387 ){ minor 105009 third_party/sqlite/amalgamation/sqlite3.c yymsp[0].minor.yy387->op = (u8)yymsp[-1].minor.yy4; minor 105010 third_party/sqlite/amalgamation/sqlite3.c yymsp[0].minor.yy387->pPrior = yymsp[-2].minor.yy387; minor 105012 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[-2].minor.yy387); minor 105014 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy387 = yymsp[0].minor.yy387; minor 105022 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy387 = sqlite3SelectNew(pParse,yymsp[-6].minor.yy322,yymsp[-5].minor.yy259,yymsp[-4].minor.yy314,yymsp[-3].minor.yy322,yymsp[-2].minor.yy314,yymsp[-1].minor.yy322,yymsp[-7].minor.yy4,yymsp[0].minor.yy292.pLimit,yymsp[0].minor.yy292.pOffset); minor 105027 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy322 = yymsp[-1].minor.yy322;} minor 105038 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse, yymsp[-2].minor.yy322, yymsp[-1].minor.yy118.pExpr); minor 105039 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[0].minor.yy0.n>0 ) sqlite3ExprListSetName(pParse, yygotominor.yy322, &yymsp[0].minor.yy0, 1); minor 105040 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListSetSpan(pParse,yygotominor.yy322,&yymsp[-1].minor.yy118); minor 105046 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse, yymsp[-1].minor.yy322, p); minor 105051 third_party/sqlite/amalgamation/sqlite3.c Expr *pRight = sqlite3PExpr(pParse, TK_ALL, 0, 0, &yymsp[0].minor.yy0); minor 105052 third_party/sqlite/amalgamation/sqlite3.c Expr *pLeft = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); minor 105054 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yymsp[-3].minor.yy322, pDot); minor 105065 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = yymsp[0].minor.yy259; minor 105071 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = yymsp[-1].minor.yy259; minor 105072 third_party/sqlite/amalgamation/sqlite3.c if( ALWAYS(yygotominor.yy259 && yygotominor.yy259->nSrc>0) ) yygotominor.yy259->a[yygotominor.yy259->nSrc-1].jointype = (u8)yymsp[0].minor.yy4; minor 105080 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = sqlite3SrcListAppendFromTerm(pParse,yymsp[-6].minor.yy259,&yymsp[-5].minor.yy0,&yymsp[-4].minor.yy0,&yymsp[-3].minor.yy0,0,yymsp[-1].minor.yy314,yymsp[0].minor.yy384); minor 105081 third_party/sqlite/amalgamation/sqlite3.c sqlite3SrcListIndexedBy(pParse, yygotominor.yy259, &yymsp[-2].minor.yy0); minor 105086 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = sqlite3SrcListAppendFromTerm(pParse,yymsp[-6].minor.yy259,0,0,&yymsp[-2].minor.yy0,yymsp[-4].minor.yy387,yymsp[-1].minor.yy314,yymsp[0].minor.yy384); minor 105091 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-6].minor.yy259==0 && yymsp[-2].minor.yy0.n==0 && yymsp[-1].minor.yy314==0 && yymsp[0].minor.yy384==0 ){ minor 105092 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = yymsp[-4].minor.yy259; minor 105095 third_party/sqlite/amalgamation/sqlite3.c sqlite3SrcListShiftJoinType(yymsp[-4].minor.yy259); minor 105096 third_party/sqlite/amalgamation/sqlite3.c pSubquery = sqlite3SelectNew(pParse,0,yymsp[-4].minor.yy259,0,0,0,0,0,0,0); minor 105097 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy259 = sqlite3SrcListAppendFromTerm(pParse,yymsp[-6].minor.yy259,0,0,&yymsp[-2].minor.yy0,pSubquery,yymsp[-1].minor.yy314,yymsp[0].minor.yy384); minor 105106 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy259 = sqlite3SrcListAppend(pParse->db,0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0);} minor 105112 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = sqlite3JoinType(pParse,&yymsp[-1].minor.yy0,0,0); } minor 105115 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = sqlite3JoinType(pParse,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0,0); } minor 105118 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = sqlite3JoinType(pParse,&yymsp[-3].minor.yy0,&yymsp[-2].minor.yy0,&yymsp[-1].minor.yy0); } minor 105126 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy314 = yymsp[0].minor.yy118.pExpr;} minor 105140 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy384 = yymsp[-1].minor.yy384;} minor 105149 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy322 = yymsp[0].minor.yy322;} minor 105153 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yymsp[-3].minor.yy322,yymsp[-1].minor.yy314); minor 105154 third_party/sqlite/amalgamation/sqlite3.c if( yygotominor.yy322 ) yygotominor.yy322->a[yygotominor.yy322->nExpr-1].sortOrder = (u8)yymsp[0].minor.yy4; minor 105159 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,0,yymsp[-1].minor.yy314); minor 105160 third_party/sqlite/amalgamation/sqlite3.c if( yygotominor.yy322 && ALWAYS(yygotominor.yy322->a) ) yygotominor.yy322->a[0].sortOrder = (u8)yymsp[0].minor.yy4; minor 105174 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy292.pLimit = yymsp[0].minor.yy118.pExpr; yygotominor.yy292.pOffset = 0;} minor 105177 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy292.pLimit = yymsp[-2].minor.yy118.pExpr; yygotominor.yy292.pOffset = yymsp[0].minor.yy118.pExpr;} minor 105180 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy292.pOffset = yymsp[-2].minor.yy118.pExpr; yygotominor.yy292.pLimit = yymsp[0].minor.yy118.pExpr;} minor 105184 third_party/sqlite/amalgamation/sqlite3.c sqlite3SrcListIndexedBy(pParse, yymsp[-2].minor.yy259, &yymsp[-1].minor.yy0); minor 105185 third_party/sqlite/amalgamation/sqlite3.c sqlite3DeleteFrom(pParse,yymsp[-2].minor.yy259,yymsp[0].minor.yy314); minor 105190 third_party/sqlite/amalgamation/sqlite3.c sqlite3SrcListIndexedBy(pParse, yymsp[-4].minor.yy259, &yymsp[-3].minor.yy0); minor 105191 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListCheckLength(pParse,yymsp[-1].minor.yy322,"set list"); minor 105192 third_party/sqlite/amalgamation/sqlite3.c sqlite3Update(pParse,yymsp[-4].minor.yy259,yymsp[-1].minor.yy322,yymsp[0].minor.yy314,yymsp[-5].minor.yy210); minor 105197 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse, yymsp[-4].minor.yy322, yymsp[0].minor.yy118.pExpr); minor 105198 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListSetName(pParse, yygotominor.yy322, &yymsp[-2].minor.yy0, 1); minor 105203 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse, 0, yymsp[0].minor.yy118.pExpr); minor 105204 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListSetName(pParse, yygotominor.yy322, &yymsp[-2].minor.yy0, 1); minor 105208 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Insert(pParse, yymsp[-5].minor.yy259, yymsp[-1].minor.yy322, 0, yymsp[-4].minor.yy384, yymsp[-7].minor.yy210);} minor 105211 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Insert(pParse, yymsp[-2].minor.yy259, 0, yymsp[0].minor.yy387, yymsp[-1].minor.yy384, yymsp[-4].minor.yy210);} minor 105214 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Insert(pParse, yymsp[-3].minor.yy259, 0, 0, yymsp[-2].minor.yy384, yymsp[-5].minor.yy210);} minor 105217 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy210 = yymsp[0].minor.yy210;} minor 105224 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy322 = sqlite3ExprListAppend(pParse,yymsp[-2].minor.yy322,yymsp[0].minor.yy118.pExpr);} minor 105228 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy322 = sqlite3ExprListAppend(pParse,0,yymsp[0].minor.yy118.pExpr);} minor 105231 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy384 = sqlite3IdListAppend(pParse->db,yymsp[-2].minor.yy384,&yymsp[0].minor.yy0);} minor 105234 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy384 = sqlite3IdListAppend(pParse->db,0,&yymsp[0].minor.yy0);} minor 105237 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy118 = yymsp[0].minor.yy118;} minor 105240 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy118.pExpr = yymsp[-1].minor.yy118.pExpr; spanSet(&yygotominor.yy118,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0);} minor 105245 third_party/sqlite/amalgamation/sqlite3.c {spanExpr(&yygotominor.yy118, pParse, yymsp[0].major, &yymsp[0].minor.yy0);} minor 105249 third_party/sqlite/amalgamation/sqlite3.c {spanExpr(&yygotominor.yy118, pParse, TK_ID, &yymsp[0].minor.yy0);} minor 105253 third_party/sqlite/amalgamation/sqlite3.c Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); minor 105254 third_party/sqlite/amalgamation/sqlite3.c Expr *temp2 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0); minor 105256 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0); minor 105261 third_party/sqlite/amalgamation/sqlite3.c Expr *temp1 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-4].minor.yy0); minor 105262 third_party/sqlite/amalgamation/sqlite3.c Expr *temp2 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[-2].minor.yy0); minor 105263 third_party/sqlite/amalgamation/sqlite3.c Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0); minor 105266 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); minor 105275 third_party/sqlite/amalgamation/sqlite3.c sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0); minor 105278 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_REGISTER, 0, 0, &yymsp[0].minor.yy0); minor 105279 third_party/sqlite/amalgamation/sqlite3.c if( yygotominor.yy118.pExpr ) sqlite3GetInt32(&yymsp[0].minor.yy0.z[1], &yygotominor.yy118.pExpr->iTable); minor 105281 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0); minor 105286 third_party/sqlite/amalgamation/sqlite3.c spanExpr(&yygotominor.yy118, pParse, TK_VARIABLE, &yymsp[0].minor.yy0); minor 105288 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0); minor 105293 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprSetCollByToken(pParse, yymsp[-2].minor.yy118.pExpr, &yymsp[0].minor.yy0); minor 105294 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-2].minor.yy118.zStart; minor 105295 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105300 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_CAST, yymsp[-3].minor.yy118.pExpr, 0, &yymsp[-1].minor.yy0); minor 105301 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118,&yymsp[-5].minor.yy0,&yymsp[0].minor.yy0); minor 105306 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-1].minor.yy322 && yymsp[-1].minor.yy322->nExpr>pParse->db->aLimit[SQLITE_LIMIT_FUNCTION_ARG] ){ minor 105307 third_party/sqlite/amalgamation/sqlite3.c sqlite3ErrorMsg(pParse, "too many arguments on function %T", &yymsp[-4].minor.yy0); minor 105309 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprFunction(pParse, yymsp[-1].minor.yy322, &yymsp[-4].minor.yy0); minor 105310 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118,&yymsp[-4].minor.yy0,&yymsp[0].minor.yy0); minor 105311 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-2].minor.yy4 && yygotominor.yy118.pExpr ){ minor 105318 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprFunction(pParse, 0, &yymsp[-3].minor.yy0); minor 105319 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118,&yymsp[-3].minor.yy0,&yymsp[0].minor.yy0); minor 105326 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprFunction(pParse, 0,&yymsp[0].minor.yy0); minor 105330 third_party/sqlite/amalgamation/sqlite3.c spanSet(&yygotominor.yy118, &yymsp[0].minor.yy0, &yymsp[0].minor.yy0); minor 105341 third_party/sqlite/amalgamation/sqlite3.c {spanBinaryExpr(&yygotominor.yy118,pParse,yymsp[-1].major,&yymsp[-2].minor.yy118,&yymsp[0].minor.yy118);} minor 105345 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy342.eOperator = yymsp[0].minor.yy0; yygotominor.yy342.not = 0;} minor 105349 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy342.eOperator = yymsp[0].minor.yy0; yygotominor.yy342.not = 1;} minor 105354 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,0, yymsp[0].minor.yy118.pExpr); minor 105355 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,pList, yymsp[-2].minor.yy118.pExpr); minor 105356 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprFunction(pParse, pList, &yymsp[-1].minor.yy342.eOperator); minor 105357 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-1].minor.yy342.not ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105358 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-2].minor.yy118.zStart; minor 105359 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = yymsp[0].minor.yy118.zEnd; minor 105366 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,0, yymsp[-2].minor.yy118.pExpr); minor 105367 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,pList, yymsp[-4].minor.yy118.pExpr); minor 105368 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,pList, yymsp[0].minor.yy118.pExpr); minor 105369 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3ExprFunction(pParse, pList, &yymsp[-3].minor.yy342.eOperator); minor 105370 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-3].minor.yy342.not ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105371 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-4].minor.yy118.zStart; minor 105372 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = yymsp[0].minor.yy118.zEnd; minor 105377 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPostfix(&yygotominor.yy118,pParse,yymsp[0].major,&yymsp[-1].minor.yy118,&yymsp[0].minor.yy0);} minor 105380 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPostfix(&yygotominor.yy118,pParse,TK_NOTNULL,&yymsp[-2].minor.yy118,&yymsp[0].minor.yy0);} minor 105384 third_party/sqlite/amalgamation/sqlite3.c spanBinaryExpr(&yygotominor.yy118,pParse,TK_IS,&yymsp[-2].minor.yy118,&yymsp[0].minor.yy118); minor 105385 third_party/sqlite/amalgamation/sqlite3.c binaryToUnaryIfNull(pParse, yymsp[0].minor.yy118.pExpr, yygotominor.yy118.pExpr, TK_ISNULL); minor 105390 third_party/sqlite/amalgamation/sqlite3.c spanBinaryExpr(&yygotominor.yy118,pParse,TK_ISNOT,&yymsp[-3].minor.yy118,&yymsp[0].minor.yy118); minor 105391 third_party/sqlite/amalgamation/sqlite3.c binaryToUnaryIfNull(pParse, yymsp[0].minor.yy118.pExpr, yygotominor.yy118.pExpr, TK_NOTNULL); minor 105396 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPrefix(&yygotominor.yy118,pParse,yymsp[-1].major,&yymsp[0].minor.yy118,&yymsp[-1].minor.yy0);} minor 105399 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPrefix(&yygotominor.yy118,pParse,TK_UMINUS,&yymsp[0].minor.yy118,&yymsp[-1].minor.yy0);} minor 105402 third_party/sqlite/amalgamation/sqlite3.c {spanUnaryPrefix(&yygotominor.yy118,pParse,TK_UPLUS,&yymsp[0].minor.yy118,&yymsp[-1].minor.yy0);} minor 105406 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = sqlite3ExprListAppend(pParse,0, yymsp[-2].minor.yy118.pExpr); minor 105407 third_party/sqlite/amalgamation/sqlite3.c pList = sqlite3ExprListAppend(pParse,pList, yymsp[0].minor.yy118.pExpr); minor 105408 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_BETWEEN, yymsp[-4].minor.yy118.pExpr, 0, 0); minor 105414 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-3].minor.yy4 ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105415 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-4].minor.yy118.zStart; minor 105416 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = yymsp[0].minor.yy118.zEnd; minor 105421 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-1].minor.yy322==0 ){ minor 105430 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_INTEGER, 0, 0, &sqlite3IntTokens[yymsp[-3].minor.yy4]); minor 105431 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprDelete(pParse->db, yymsp[-4].minor.yy118.pExpr); minor 105433 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_IN, yymsp[-4].minor.yy118.pExpr, 0, 0); minor 105435 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pList = yymsp[-1].minor.yy322; minor 105438 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListDelete(pParse->db, yymsp[-1].minor.yy322); minor 105440 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-3].minor.yy4 ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105442 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-4].minor.yy118.zStart; minor 105443 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105450 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pSelect = yymsp[-1].minor.yy387; minor 105454 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[-1].minor.yy387); minor 105456 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-2].minor.yy0.z; minor 105457 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105462 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_IN, yymsp[-4].minor.yy118.pExpr, 0, 0); minor 105464 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pSelect = yymsp[-1].minor.yy387; minor 105468 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[-1].minor.yy387); minor 105470 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-3].minor.yy4 ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105471 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-4].minor.yy118.zStart; minor 105472 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105477 third_party/sqlite/amalgamation/sqlite3.c SrcList *pSrc = sqlite3SrcListAppend(pParse->db, 0,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0); minor 105478 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_IN, yymsp[-3].minor.yy118.pExpr, 0, 0); minor 105486 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-2].minor.yy4 ) yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_NOT, yygotominor.yy118.pExpr, 0, 0); minor 105487 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-3].minor.yy118.zStart; minor 105488 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = yymsp[0].minor.yy0.z ? &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] : &yymsp[-1].minor.yy0.z[yymsp[-1].minor.yy0.n]; minor 105495 third_party/sqlite/amalgamation/sqlite3.c p->x.pSelect = yymsp[-1].minor.yy387; minor 105499 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(pParse->db, yymsp[-1].minor.yy387); minor 105501 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-3].minor.yy0.z; minor 105502 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105507 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_CASE, yymsp[-3].minor.yy314, yymsp[-1].minor.yy314, 0); minor 105509 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pList = yymsp[-2].minor.yy322; minor 105512 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListDelete(pParse->db, yymsp[-2].minor.yy322); minor 105514 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-4].minor.yy0.z; minor 105515 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105520 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yymsp[-4].minor.yy322, yymsp[-2].minor.yy118.pExpr); minor 105521 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yygotominor.yy322, yymsp[0].minor.yy118.pExpr); minor 105526 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,0, yymsp[-2].minor.yy118.pExpr); minor 105527 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yygotominor.yy322, yymsp[0].minor.yy118.pExpr); minor 105532 third_party/sqlite/amalgamation/sqlite3.c sqlite3CreateIndex(pParse, &yymsp[-6].minor.yy0, &yymsp[-5].minor.yy0, minor 105533 third_party/sqlite/amalgamation/sqlite3.c sqlite3SrcListAppend(pParse->db,0,&yymsp[-3].minor.yy0,0), yymsp[-1].minor.yy322, yymsp[-9].minor.yy4, minor 105534 third_party/sqlite/amalgamation/sqlite3.c &yymsp[-10].minor.yy0, &yymsp[0].minor.yy0, SQLITE_SO_ASC, yymsp[-7].minor.yy4); minor 105547 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-1].minor.yy0.n>0 ){ minor 105549 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprSetCollByToken(pParse, p, &yymsp[-1].minor.yy0); minor 105551 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy322 = sqlite3ExprListAppend(pParse,yymsp[-4].minor.yy322, p); minor 105552 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListSetName(pParse,yygotominor.yy322,&yymsp[-2].minor.yy0,1); minor 105554 third_party/sqlite/amalgamation/sqlite3.c if( yygotominor.yy322 ) yygotominor.yy322->a[yygotominor.yy322->nExpr-1].sortOrder = (u8)yymsp[0].minor.yy4; minor 105560 third_party/sqlite/amalgamation/sqlite3.c if( yymsp[-1].minor.yy0.n>0 ){ minor 105562 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprSetCollByToken(pParse, p, &yymsp[-1].minor.yy0); minor 105565 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListSetName(pParse, yygotominor.yy322, &yymsp[-2].minor.yy0, 1); minor 105567 third_party/sqlite/amalgamation/sqlite3.c if( yygotominor.yy322 ) yygotominor.yy322->a[yygotominor.yy322->nExpr-1].sortOrder = (u8)yymsp[0].minor.yy4; minor 105574 third_party/sqlite/amalgamation/sqlite3.c {sqlite3DropIndex(pParse, yymsp[0].minor.yy259, yymsp[-1].minor.yy4);} minor 105581 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Pragma(pParse,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0,0,0);} minor 105584 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Pragma(pParse,&yymsp[-3].minor.yy0,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0,0);} minor 105587 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Pragma(pParse,&yymsp[-4].minor.yy0,&yymsp[-3].minor.yy0,&yymsp[-1].minor.yy0,0);} minor 105590 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Pragma(pParse,&yymsp[-3].minor.yy0,&yymsp[-2].minor.yy0,&yymsp[0].minor.yy0,1);} minor 105593 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Pragma(pParse,&yymsp[-4].minor.yy0,&yymsp[-3].minor.yy0,&yymsp[-1].minor.yy0,1);} minor 105598 third_party/sqlite/amalgamation/sqlite3.c all.z = yymsp[-3].minor.yy0.z; minor 105599 third_party/sqlite/amalgamation/sqlite3.c all.n = (int)(yymsp[0].minor.yy0.z - yymsp[-3].minor.yy0.z) + yymsp[0].minor.yy0.n; minor 105600 third_party/sqlite/amalgamation/sqlite3.c sqlite3FinishTrigger(pParse, yymsp[-1].minor.yy203, &all); minor 105605 third_party/sqlite/amalgamation/sqlite3.c sqlite3BeginTrigger(pParse, &yymsp[-7].minor.yy0, &yymsp[-6].minor.yy0, yymsp[-5].minor.yy4, yymsp[-4].minor.yy90.a, yymsp[-4].minor.yy90.b, yymsp[-2].minor.yy259, yymsp[0].minor.yy314, yymsp[-10].minor.yy4, yymsp[-8].minor.yy4); minor 105606 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0 = (yymsp[-6].minor.yy0.n==0?yymsp[-7].minor.yy0:yymsp[-6].minor.yy0); minor 105624 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy90.a = TK_UPDATE; yygotominor.yy90.b = yymsp[0].minor.yy384;} minor 105632 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy314 = yymsp[0].minor.yy118.pExpr; } minor 105636 third_party/sqlite/amalgamation/sqlite3.c assert( yymsp[-2].minor.yy203!=0 ); minor 105637 third_party/sqlite/amalgamation/sqlite3.c yymsp[-2].minor.yy203->pLast->pNext = yymsp[-1].minor.yy203; minor 105638 third_party/sqlite/amalgamation/sqlite3.c yymsp[-2].minor.yy203->pLast = yymsp[-1].minor.yy203; minor 105639 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy203 = yymsp[-2].minor.yy203; minor 105644 third_party/sqlite/amalgamation/sqlite3.c assert( yymsp[-1].minor.yy203!=0 ); minor 105645 third_party/sqlite/amalgamation/sqlite3.c yymsp[-1].minor.yy203->pLast = yymsp[-1].minor.yy203; minor 105646 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy203 = yymsp[-1].minor.yy203; minor 105651 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy0 = yymsp[0].minor.yy0; minor 105672 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy203 = sqlite3TriggerUpdateStep(pParse->db, &yymsp[-4].minor.yy0, yymsp[-1].minor.yy322, yymsp[0].minor.yy314, yymsp[-5].minor.yy210); } minor 105675 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy203 = sqlite3TriggerInsertStep(pParse->db, &yymsp[-5].minor.yy0, yymsp[-4].minor.yy384, yymsp[-1].minor.yy322, 0, yymsp[-7].minor.yy210);} minor 105678 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy203 = sqlite3TriggerInsertStep(pParse->db, &yymsp[-2].minor.yy0, yymsp[-1].minor.yy384, 0, yymsp[0].minor.yy387, yymsp[-4].minor.yy210);} minor 105681 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy203 = sqlite3TriggerDeleteStep(pParse->db, &yymsp[-2].minor.yy0, yymsp[0].minor.yy314);} minor 105684 third_party/sqlite/amalgamation/sqlite3.c {yygotominor.yy203 = sqlite3TriggerSelectStep(pParse->db, yymsp[0].minor.yy387); } minor 105692 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-3].minor.yy0.z; minor 105693 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105698 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_RAISE, 0, 0, &yymsp[-1].minor.yy0); minor 105700 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->affinity = (char)yymsp[-3].minor.yy4; minor 105702 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zStart = yymsp[-5].minor.yy0.z; minor 105703 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.zEnd = &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n]; minor 105714 third_party/sqlite/amalgamation/sqlite3.c sqlite3DropTrigger(pParse,yymsp[0].minor.yy259,yymsp[-1].minor.yy4); minor 105719 third_party/sqlite/amalgamation/sqlite3.c sqlite3Attach(pParse, yymsp[-3].minor.yy118.pExpr, yymsp[-1].minor.yy118.pExpr, yymsp[0].minor.yy314); minor 105724 third_party/sqlite/amalgamation/sqlite3.c sqlite3Detach(pParse, yymsp[0].minor.yy118.pExpr); minor 105731 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Reindex(pParse, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0);} minor 105737 third_party/sqlite/amalgamation/sqlite3.c {sqlite3Analyze(pParse, &yymsp[-1].minor.yy0, &yymsp[0].minor.yy0);} minor 105741 third_party/sqlite/amalgamation/sqlite3.c sqlite3AlterRenameTable(pParse,yymsp[-3].minor.yy259,&yymsp[0].minor.yy0); minor 105746 third_party/sqlite/amalgamation/sqlite3.c sqlite3AlterFinishAddColumn(pParse, &yymsp[0].minor.yy0); minor 105752 third_party/sqlite/amalgamation/sqlite3.c sqlite3AlterBeginAddColumn(pParse, yymsp[0].minor.yy259); minor 105759 third_party/sqlite/amalgamation/sqlite3.c {sqlite3VtabFinishParse(pParse,&yymsp[0].minor.yy0);} minor 105763 third_party/sqlite/amalgamation/sqlite3.c sqlite3VtabBeginParse(pParse, &yymsp[-3].minor.yy0, &yymsp[-2].minor.yy0, &yymsp[0].minor.yy0); minor 105772 third_party/sqlite/amalgamation/sqlite3.c {sqlite3VtabArgExtend(pParse,&yymsp[0].minor.yy0);} minor 105832 third_party/sqlite/amalgamation/sqlite3.c yymsp->minor = yygotominor; minor 167 third_party/sqlite/src/src/lempar.c YYMINORTYPE minor; /* The user-supplied minor token value. This minor 341 third_party/sqlite/src/src/lempar.c yy_destructor(pParser, yymajor, &yytos->minor); minor 534 third_party/sqlite/src/src/lempar.c yytos->minor = *yypMinor; minor 626 third_party/sqlite/src/src/lempar.c yymsp->minor = yygotominor; minor 1470 third_party/sqlite/src/src/tclsqlite.c int major, minor; minor 1471 third_party/sqlite/src/src/tclsqlite.c Tcl_GetVersion(&major, &minor, 0, 0); minor 1472 third_party/sqlite/src/src/tclsqlite.c return( (major==8 && minor>=6) || major>8 ); minor 161 third_party/sqlite/src/tool/lempar.c YYMINORTYPE minor; /* The user-supplied minor token value. This minor 333 third_party/sqlite/src/tool/lempar.c yy_destructor(pParser, yymajor, &yytos->minor); minor 524 third_party/sqlite/src/tool/lempar.c yytos->minor = *yypMinor; minor 616 third_party/sqlite/src/tool/lempar.c yymsp->minor = yygotominor; minor 217 third_party/talloc/talloc.c unsigned minor = (striped & 0x00000FF0) >> 4; minor 219 third_party/talloc/talloc.c magic, major, minor, minor 677 third_party/tcmalloc/chromium/src/base/sysinfo.cc int *major, int *minor, int64 *inode, minor 704 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (!StringToIntegerUntilCharWithCheck(minor, endptr, 16, ' ', &endptr)) minor 867 third_party/tcmalloc/chromium/src/base/sysinfo.cc int major, minor; minor 877 third_party/tcmalloc/chromium/src/base/sysinfo.cc &major, &minor, minor 895 third_party/tcmalloc/chromium/src/base/sysinfo.cc &major, &minor, minor 901 third_party/tcmalloc/chromium/src/base/sysinfo.cc major = minor = 0; // can't get this info in freebsd minor 928 third_party/tcmalloc/chromium/src/base/sysinfo.cc if (dev) *dev = minor | (major << 8); minor 87 third_party/tcmalloc/chromium/src/gperftools/tcmalloc.h PERFTOOLS_DLL_DECL const char* tc_version(int* major, int* minor, minor 1536 third_party/tcmalloc/chromium/src/tcmalloc.cc int* major, int* minor, const char** patch) __THROW { minor 1538 third_party/tcmalloc/chromium/src/tcmalloc.cc if (minor) *minor = TC_VERSION_MINOR; minor 1318 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc int minor; minor 1321 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc const char* human_version = tc_version(&major, &minor, &patch); minor 1322 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc snprintf(mmp, sizeof(mmp), "%d.%d%s", major, minor, patch); minor 77 third_party/tcmalloc/chromium/src/windows/gperftools/tcmalloc.h PERFTOOLS_DLL_DECL const char* tc_version(int* major, int* minor, minor 711 third_party/tcmalloc/vendor/src/base/sysinfo.cc int major, minor; minor 720 third_party/tcmalloc/vendor/src/base/sysinfo.cc &major, &minor, minor 738 third_party/tcmalloc/vendor/src/base/sysinfo.cc &major, &minor, minor 744 third_party/tcmalloc/vendor/src/base/sysinfo.cc major = minor = 0; // can't get this info in freebsd minor 771 third_party/tcmalloc/vendor/src/base/sysinfo.cc if (dev) *dev = minor | (major << 8); minor 1487 third_party/tcmalloc/vendor/src/tcmalloc.cc int* major, int* minor, const char** patch) __THROW { minor 1489 third_party/tcmalloc/vendor/src/tcmalloc.cc if (minor) *minor = TC_VERSION_MINOR; minor 1318 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc int minor; minor 1321 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc const char* human_version = tc_version(&major, &minor, &patch); minor 1322 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc snprintf(mmp, sizeof(mmp), "%d.%d%s", major, minor, patch); minor 77 third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h PERFTOOLS_DLL_DECL const char* tc_version(int* major, int* minor, minor 90 tools/xdisplaycheck/xdisplaycheck.cc int major = 2, minor = 0; minor 91 tools/xdisplaycheck/xdisplaycheck.cc if (XIQueryVersion(scoped_display.display(), &major, &minor) == BadRequest) { minor 74 ui/events/platform/x11/x11_event_source.cc int major = 2, minor = USE_XI2_MT; minor 76 ui/events/platform/x11/x11_event_source.cc int major = 2, minor = 0; minor 78 ui/events/platform/x11/x11_event_source.cc if (XIQueryVersion(display, &major, &minor) == BadRequest) { minor 83 ui/events/platform/x11/x11_event_source.cc if (major < 2 || (major == 2 && minor < USE_XI2_MT)) { minor 84 ui/events/platform/x11/x11_event_source.cc DVLOG(1) << "XI version on server is " << major << "." << minor << ". " minor 99 ui/events/platform/x11/x11_event_source.cc int minor = XkbMinorVersion; minor 100 ui/events/platform/x11/x11_event_source.cc if (!XkbQueryExtension(display, &opcode, &event, &error, &major, &minor)) { minor 140 ui/events/x/device_data_manager.cc int major = 2, minor = USE_XI2_MT; minor 142 ui/events/x/device_data_manager.cc int major = 2, minor = 0; minor 144 ui/events/x/device_data_manager.cc if (XIQueryVersion(gfx::GetXDisplay(), &major, &minor) == BadRequest) { minor 149 ui/events/x/device_data_manager.cc if (major < 2 || (major == 2 && minor < USE_XI2_MT)) { minor 150 ui/events/x/device_data_manager.cc DVLOG(1) << "XI version on server is " << major << "." << minor << ". " minor 167 ui/events/x/device_data_manager.cc if (minor >= 2) { minor 405 ui/gl/gl_surface_glx.cc int major, minor; minor 406 ui/gl/gl_surface_glx.cc if (!glXQueryVersion(g_display, &major, &minor)) { minor 411 ui/gl/gl_surface_glx.cc if (major == 1 && minor < 3) {