Home
last modified time | relevance | path

Searched defs:p (Results 201 – 225 of 232) sorted by relevance

12345678910

/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c1192 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
/PHP-7.4/win32/build/
H A Dconfutils.js2765 function _inner_glob(base, p, parts) argument
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c187 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
/PHP-7.4/ext/hash/
H A Dhash.c904 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/PHP-7.4/ext/standard/
H A Dhtml.c899 const char *p, in traverse_for_entities() local
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c164 realpath_cache_bucket *p = cache[i]; in realpath_cache_clean_helper() local
H A Dzend_ast.c1360 int p, pl, pr; in zend_ast_export_ex() local
H A Dzend_API.h574 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument
575 #define CHECK_NULL_PATH(p, l) (strlen(p) != (size_t)(l)) argument
658 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p… argument
H A Dzend.c142 zend_long *p, val; in ZEND_INI_MH() local
H A Dzend_execute.c216 zend_vm_stack p = stack->prev; in zend_vm_stack_destroy() local
1129 zval *p = ZEND_CALL_ARG(call, 1); in zend_verify_internal_arg_types() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1307 char *p; in php_plain_files_mkdir() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c941 const char *p; in SPL_METHOD() local
981 const char *p; in SPL_METHOD() local
H A Dspl_observer.c753 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_dllist.c1176 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_array.c1711 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-7.4/ext/ldap/
H A Dldap.c1311 const char *p; in _php_sasl_interact() local
3834 size_t i, p = 0; in php_ldap_do_escape() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c3560 char *p = ZSTR_VAL(str); in header_injection() local
4507 char *p; in _php_rfc822_len() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h233 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c309 char *p; in really_register_bound_param() local
/PHP-7.4/ext/snmp/
H A Dsnmp.c1898 php_snmp_prop_handler p; in php_snmp_add_property() local
/PHP-7.4/ext/ffi/
H A Dffi.c557 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_bit_field_read() local
618 uint8_t *p = (uint8_t *) ptr + bit / 8; in zend_ffi_zval_to_bit_field() local
4570 char *p; in zend_ffi_parse_directives() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1718 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument
/PHP-7.4/ext/gmp/
H A Dgmp.c596 const unsigned char *p, *max; in gmp_unserialize() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h479 #define IS_NEWLINE(p) \ argument
493 #define WAS_NEWLINE(p) \ argument
/PHP-7.4/ext/date/
H A Dphp_date.c4179 timelib_rel_time *p = NULL; in date_interval_initialize() local
4652 timelib_rel_time *p = NULL; in date_period_initialize() local

Completed in 316 milliseconds

12345678910