Searched defs:P (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 190 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.6/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 182 pdo_odbc_param *P; in odbc_stmt_execute() local 283 pdo_odbc_param *P; in odbc_stmt_param_hook() local
|
/PHP-5.6/ext/oci8/ |
H A D | oci8.c | 53 # define OCI8_PTR_TO_INT(P) ((int)(__PTRDIFF_TYPE__)(P)) argument 56 #define OCI8_PTR_TO_INT(P) ((int)(((char*)P)-(char*)0)) argument 59 #define OCI8_PTR_TO_INT(P) ((int)(intptr_t)(P)) argument 62 #define OCI8_PTR_TO_INT(P) ((int)(P)) argument
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 312 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
|
/PHP-5.6/ext/hash/ |
H A D | hash_gost.c | 71 #define P(key, w) \ macro
|
/PHP-5.6/ext/standard/ |
H A D | crypt_blowfish.c | 78 BF_key P; member
|
/PHP-5.6/Zend/ |
H A D | zend_strtod.c | 310 #define P 53 macro 340 #define P 14 macro 364 #define P 56 macro
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 10907 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) argument 11208 #define ConstFactorOk(P) ((P)->okConstFactor) argument 12004 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) argument 12005 #define ExprHasAllProperty(E,P) (((E)->flags&(P))==(P)) argument 12006 #define ExprSetProperty(E,P) (E)->flags|=(P) argument 12007 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument 12014 # define ExprSetVVAProperty(E,P) (E)->flags|=(P) argument 12016 # define ExprSetVVAProperty(E,P) argument 13016 # define sqlite3StackFree(D,P) argument 13020 # define sqlite3StackFree(D,P) sqlite3DbFree(D,P) argument [all …]
|
Completed in 420 milliseconds