Home
last modified time | relevance | path

Searched defs:p (Results 226 – 250 of 267) sorted by relevance

1234567891011

/PHP-7.1/Zend/
H A Dzend_generators.c719 Bucket *p; in zend_generator_get_next_delegated_value() local
H A Dzend_API.h576 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument
577 #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_ast.c1032 int p, pl, pr; in zend_ast_export_ex() local
H A Dzend_execute_API.c565 ZEND_API int zval_update_constant_ex(zval *p, zend_class_entry *scope) /* {{{ */ in zval_update_constant_ex()
H A Dzend.c104 zend_long *p, val; in ZEND_INI_MH() local
H A Dzend_virtual_cwd.c661 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h97 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/PHP-7.1/ext/mysqli/
H A Dmysqli_api.c406 char *p = emalloc(size= var_cnt * (sizeof(char) + sizeof(VAR_BUFFER))); in mysqli_stmt_bind_result_do_bind() local
991 char *tmp, *p; local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c832 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
/PHP-7.1/win32/build/
H A Dconfutils.js2637 function _inner_glob(base, p, parts) argument
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c73 #define CHECK_EXTRA_REGS(p, w, do) \ argument
127 #define CHECK_EXTRA_REGS(p, w, do) argument
/PHP-7.1/ext/soap/
H A Dsoap.c477 char *p; in ZEND_GET_MODULE() local
495 char *p; in PHP_INI_MH() local
2039 soapHeader **p; local
/PHP-7.1/ext/phar/
H A Dutil.c47 char *p, *ret = NULL; in phar_get_link_location() local
/PHP-7.1/main/
H A Drfc1867.c97 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
/PHP-7.1/ext/ldap/
H A Dldap.c625 const char *p; in _php_sasl_interact() local
2840 size_t i, p = 0; in php_ldap_do_escape() local
/PHP-7.1/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.1/main/streams/
H A Dplain_wrapper.c1237 char *p; in php_plain_files_mkdir() local
/PHP-7.1/ext/standard/
H A Dhtml.c946 const char *p, in traverse_for_entities() local
/PHP-7.1/ext/spl/
H A Dspl_observer.c759 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_directory.c917 const char *p; in SPL_METHOD() local
957 const char *p; in SPL_METHOD() local
H A Dspl_dllist.c1183 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1191 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
/PHP-7.1/ext/interbase/
H A Dibase_query.c1521 void *p; in _php_ibase_fetch_hash() local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.h357 #define SAFE_ENC_LEN(enc, p, end, res) do { \ argument

Completed in 199 milliseconds

1234567891011