Home
last modified time | relevance | path

Searched defs:P (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c190 pdo_oci_bound_param *P = (pdo_oci_bound_param*)param->driver_data; in oci_bind_input_cb() local
222 pdo_oci_bound_param *P = (pdo_oci_bound_param*)param->driver_data; in oci_bind_output_cb() local
267 pdo_oci_bound_param *P; in oci_stmt_param_hook() local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c182 #define AggInFocus(P) ((P).pCurrent ? (P).pCurrent : _AggInFocus(&(P))) argument
196 #define Stringify(P) if(((P)->flags & MEM_Str)==0){hardStringify(P);} argument
219 #define Dynamicify(P) (((P)->flags & MEM_Dyn)==0 ? hardDynamicify(P):0) argument
246 #define Deephemeralize(P) \ argument
264 #define Release(P) if((P)->flags&MEM_Dyn){ sqliteFree((P)->z); } argument
315 #define Integerify(P) if(((P)->flags&MEM_Int)==0){ hardIntegerify(P); } argument
335 #define Realify(P) if(((P)->flags&MEM_Real)==0){ hardRealify(P); } argument
H A DsqliteInt.h278 #define DbHasProperty(D,I,P) (((D)->aDb[I].flags&(P))==(P)) argument
279 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].flags&(P))!=0) argument
280 #define DbSetProperty(D,I,P) (D)->aDb[I].flags|=(P) argument
281 #define DbClearProperty(D,I,P) (D)->aDb[I].flags&=~(P) argument
708 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) argument
709 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) argument
710 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
711 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
H A Dwhere.c86 #define initMaskSet(P) memset(P, 0, sizeof(*P)) argument
108 #define freeMaskSet(P) /* NO-OP */ argument
H A Dpager.c125 # define CODEC(P,D,N,X) if( P->xCodec ){ P->xCodec(P->pCodecArg,D,N,X); } argument
127 # define CODEC(P,D,N,X) argument
134 #define PGHDR_TO_DATA(P) ((void*)(&(P)[1])) argument
136 #define PGHDR_TO_EXTRA(P) ((void*)&((char*)(&(P)[1]))[SQLITE_PAGE_SIZE]) argument
1120 #define page_ref(P) ((P)->nRef==0?_page_ref(P):(void)(P)->nRef++) argument
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c182 pdo_odbc_param *P; in odbc_stmt_execute() local
283 pdo_odbc_param *P; in odbc_stmt_param_hook() local
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_statement.c309 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
/PHP-5.3/ext/hash/
H A Dhash_gost.c71 #define P(key, w) \ macro
/PHP-5.3/ext/oci8/
H A Doci8.c63 #define OCI8_PTR_TO_INT(P) ((int)(intptr_t)(P)) argument
66 #define OCI8_PTR_TO_INT(P) ((int)(P)) argument
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c78 BF_key P; member
/PHP-5.3/Zend/
H A Dzend_strtod.c311 #define P 53 macro
341 #define P 14 macro
365 #define P 56 macro
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c9313 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) argument
9314 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0) argument
9315 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P) argument
9316 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) argument
10335 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) argument
10336 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) argument
10337 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
10338 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
11201 # define sqlite3StackFree(D,P) argument
11205 # define sqlite3StackFree(D,P) sqlite3DbFree(D,P) argument

Completed in 351 milliseconds