Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_strtod.c356 #define P 53 macro
413 #define P 14 macro
442 #define P 56 macro
/PHP-7.3/ext/hash/
H A Dhash_gost.c69 #define P(key, w) \ macro
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c211 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
571 heapframe *P = NULL; in match() local
/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c199 pdo_oci_bound_param *P = (pdo_oci_bound_param*)param->driver_data; in oci_bind_input_cb() local
236 pdo_oci_bound_param *P = (pdo_oci_bound_param*)param->driver_data; in oci_bind_output_cb() local
285 pdo_oci_bound_param *P; in oci_stmt_param_hook() local
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_stmt.c181 pdo_odbc_param *P; in odbc_stmt_execute() local
288 pdo_odbc_param *P; in odbc_stmt_param_hook() local
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_statement.c349 pdo_pgsql_bound_param *P = param->driver_data; in pgsql_stmt_param_hook() local
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15108 # define ExplainQueryPlan(P) argument
15109 # define ExplainQueryPlanPop(P) argument
15110 # define ExplainQueryPlanParent(P) 0 argument
16528 #define ConstFactorOk(P) ((P)->okConstFactor) argument
17467 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) argument
17469 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
17470 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
17477 # define ExprSetVVAProperty(E,P) (E)->flags|=(P) argument
17479 # define ExprSetVVAProperty(E,P) argument
18671 # define sqlite3StackFree(D,P) argument
[all …]
/PHP-7.3/ext/standard/
H A Dcrypt_blowfish.c77 BF_key P; member

Completed in 447 milliseconds