Searched defs:P (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.c | 12837 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 14929 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) argument 14930 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) argument 14931 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) argument 14932 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) argument 15266 #define ConstFactorOk(P) ((P)->okConstFactor) argument 16157 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) argument 16158 #define ExprHasAllProperty(E,P) (((E)->flags&(P))==(P)) argument 16159 #define ExprSetProperty(E,P) (E)->flags|=(P) argument 16160 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument [all …]
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …ow?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,… function
|