Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/ext/pdo_pgsql/
H A Dpgsql_statement.c309 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
/PHP-5.5/ext/hash/
H A Dhash_gost.c71 #define P(key, w) \ macro
/PHP-5.5/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.5/ext/standard/
H A Dcrypt_blowfish.c78 BF_key P; member
/PHP-5.5/Zend/
H A Dzend_strtod.c310 #define P 53 macro
340 #define P 14 macro
364 #define P 56 macro
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10907 #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 435 milliseconds