Home
last modified time | relevance | path

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

1234567891011

/PHP-7.0/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.0/Zend/
H A Dzend_ast.c1029 int p, pl, pr; in zend_ast_export_ex() local
H A Dzend_API.h565 #define CHECK_ZVAL_NULL_PATH(p) (Z_STRLEN_P(p) != strlen(Z_STRVAL_P(p))) argument
566 #define CHECK_NULL_PATH(p, l) (strlen(p) != l) argument
647 #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_vm_execute.h696 zval *p = ZEND_CALL_ARG(call, 1); local
3746 Bucket *p; local
3833 Bucket *p; local
12282 Bucket *p; local
12370 Bucket *p; local
15755 Bucket *p; local
15844 Bucket *p; local
16016 Bucket *p; local
16193 Bucket *p; local
29605 Bucket *p; local
[all …]
H A Dzend.c104 zend_long *p, val; in ZEND_INI_MH() local
H A Dzend_virtual_cwd.c649 realpath_cache_bucket *p = CWDG(realpath_cache)[i]; in realpath_cache_clean() local
/PHP-7.0/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.0/ext/soap/
H A Dsoap.c477 char *p; in ZEND_GET_MODULE() local
495 char *p; in PHP_INI_MH() local
2043 soapHeader **p; local
/PHP-7.0/main/
H A Drfc1867.c95 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
/PHP-7.0/ext/hash/
H A Dhash.c793 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
/PHP-7.0/ext/phar/
H A Dutil.c47 char *p, *ret = NULL; in phar_get_link_location() local
/PHP-7.0/ext/ldap/
H A Dldap.c576 const char *p; in _php_sasl_interact() local
2726 int i, p = 0; in php_ldap_do_escape() local
/PHP-7.0/main/streams/
H A Dplain_wrapper.c1212 char *p; in php_plain_files_mkdir() local
/PHP-7.0/ext/standard/
H A Dhtml.c946 const char *p, in traverse_for_entities() local
/PHP-7.0/ext/spl/
H A Dspl_observer.c743 const unsigned char *p, *s; in SPL_METHOD() local
H A Dspl_directory.c916 const char *p; in SPL_METHOD() local
956 const char *p; in SPL_METHOD() local
H A Dspl_dllist.c1183 const unsigned char *p, *s; in SPL_METHOD() local
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1207 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.h228 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) argument
/PHP-7.0/ext/interbase/
H A Dibase_query.c1521 void *p; in _php_ibase_fetch_hash() local
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c323 char *p; in really_register_bound_param() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h99 #define DPRINTF(p) printf p argument
101 #define DPRINTF(p) /* Nothing */ argument
312 #define IS_NEWLINE(p) \ argument
326 #define WAS_NEWLINE(p) \ argument
/PHP-7.0/ext/snmp/
H A Dsnmp.c1943 php_snmp_prop_handler p; in php_snmp_add_property() local
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1435 #define PHP_SQLITE3_SET_TYPE(z, p) \ argument

Completed in 292 milliseconds

1234567891011