Home
last modified time | relevance | path

Searched defs:n (Results 176 – 200 of 221) sorted by relevance

123456789

/php-src/ext/sockets/
H A Dsockets.c141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc()
284 size_t n = 0; local
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h60 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument
H A Dmysqlnd.h227 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c588 ssize_t n = read(fd, buf, sizeof(buf) - 1); in ir_gdb_present() local
/php-src/Zend/
H A Dzend_API.c1855 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1960 ZEND_API void add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
2059 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
2199 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex()
4273 uint32_t n = 1; in zend_fcall_info_args_ex() local
H A Dzend_language_scanner.l51 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_hash.c77 #define SET_INCONSISTENT(n) do { \ argument
82 #define SET_INCONSISTENT(n) argument
H A Dzend_object_handlers.c135 ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
H A Dzend_portability.h475 #define ZEND_NORMALIZE_BOOL(n) \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c87 static const void *zend_jit_trace_allocate_exit_point(uint32_t n) in zend_jit_trace_allocate_exit_point()
108 static const void *zend_jit_trace_get_exit_addr(uint32_t n) in zend_jit_trace_get_exit_addr()
120 …uint32_t n = (ZEND_JIT_EXIT_NUM + (ZEND_JIT_EXIT_POINTS_PER_GROUP - 1)) / ZEND_JIT_EXIT_POINTS_PER… in zend_jit_exit_point_by_addr() local
H A Dzend_jit_ir.c614 uint32_t exit_point = 0, n = 0; in jit_SNAPSHOT() local
707 ir_ref n = snapshot->inputs_count; in zend_jit_snapshot_handler() local
1309 int n, j, *p; in zend_jit_def_reg() local
1405 int n = bb->predecessors_count; in zend_jit_gen_phi() local
2887 #define REGISTER_HELPER(n) \ argument
2889 #define REGISTER_DATA(n) \ argument
3458 ir_ref j, k, n, *p, *q, *r; in _zend_jit_fix_merges() local
3593 int i, n, *p, pred; in zend_jit_bb_start() local
6943 uint32_t n = end_inputs->count; in zend_jit_cmp() local
9716 uint32_t n = EX_NUM_TO_VAR(i); local
[all …]
/php-src/sapi/litespeed/
H A Dlsapi_main.c1455 int n; in main() local
/php-src/ext/standard/
H A Dvar.c35 uint32_t n; member
H A Darray.c3970 zend_long n = 0; /* Current number of elements */ local
3986 zend_long n = 0; /* Current number of elements */ local
6017 uint32_t i, k, n; local
/php-src/Zend/Optimizer/
H A Dzend_ssa.c819 …name(const zend_op_array *op_array, uint32_t build_flags, zend_ssa *ssa, int *var, int n) /* {{{ */ in zend_ssa_rename()
/php-src/main/streams/
H A Dplain_wrapper.c1406 int n = 0; in php_plain_files_mkdir() local
/php-src/ext/spl/
H A Dspl_fixedarray.c216 static HashTable* spl_fixedarray_object_get_gc(zend_object *obj, zval **table, int *n) in spl_fixedarray_object_get_gc()
H A Dspl_observer.c359 static HashTable *spl_object_storage_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
/php-src/ext/odbc/
H A Dphp_odbc.c270 #define SAFE_SQL_NTS(n) ((SQLSMALLINT) ((n)?(SQL_NTS):0)) argument
/php-src/ext/sodium/
H A Dlibsodium.c2591 unsigned char *n; in PHP_FUNCTION() local
2624 unsigned char *n; in PHP_FUNCTION() local
2658 unsigned char *n; in PHP_FUNCTION() local
/php-src/ext/openssl/
H A Dopenssl.c324 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
1876 unsigned int n; in php_openssl_x509_fingerprint() local
3879 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3908 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
5083 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
/php-src/ext/xml/
H A Dxml.c387 static HashTable *xml_parser_get_gc(zend_object *object, zval **table, int *n) in xml_parser_get_gc()
/php-src/ext/gd/libgd/
H A Dgd_topal.c547 int n, lb; in median_cut() local
/php-src/ext/snmp/
H A Dsnmp.c795 int n; in netsnmp_session_init() local
/php-src/ext/ffi/
H A Dffi_parser.c2966 int n; in parse_attrib() local

Completed in 358 milliseconds

123456789