Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 221) sorted by last modified time

123456789

/php-src/ext/curl/
H A Dinterface.c77 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
254 size_t n = 0; in PHP_INI_END() local
469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc()
H A Dmulti.c551 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/php-src/ext/soap/
H A Dphp_http.c383 int n; in make_http_soap_request() local
H A Dsoap.c3894 int n = zend_hash_num_elements(function->requestParameters); local
H A Dphp_sdl.c738 int i,n; in load_wsdl() local
1202 #define WSDL_CACHE_GET_N(ret,n,buf) memcpy(ret,*buf,n); *buf += n; argument
1203 #define WSDL_CACHE_SKIP(n,buf) *buf += n; argument
1210 #define WSDL_CACHE_PUT_N(val,n,buf) smart_str_appendl(buf,(char*)val,n); argument
1472 int i, j, n; in sdl_deserialize_soap_body() local
1531 int i, n; in sdl_deserialize_parameters() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h316 IR_ALWAYS_INLINE uint32_t ir_bitset_len(uint32_t n) in ir_bitset_len()
321 IR_ALWAYS_INLINE ir_bitset ir_bitset_malloc(uint32_t n) in ir_bitset_malloc()
326 IR_ALWAYS_INLINE void ir_bitset_incl(ir_bitset set, uint32_t n) in ir_bitset_incl()
331 IR_ALWAYS_INLINE void ir_bitset_excl(ir_bitset set, uint32_t n) in ir_bitset_excl()
489 #define IR_SPARSE_SET_DENSE(set, n) (set)->data[n] argument
578 IR_ALWAYS_INLINE void ir_bitqueue_init(ir_bitqueue *q, uint32_t n) in ir_bitqueue_init()
626 IR_ALWAYS_INLINE void ir_bitqueue_add(ir_bitqueue *q, uint32_t n) in ir_bitqueue_add()
635 IR_ALWAYS_INLINE void ir_bitqueue_del(ir_bitqueue *q, uint32_t n) in ir_bitqueue_del()
956 uint32_t n = IR_OPERANDS_COUNT(flags); in ir_operands_count() local
968 uint32_t n = IR_INPUT_EDGES_COUNT(flags); in ir_input_edges_count() local
[all …]
H A Dir_ra.c46 ir_ref i, n; in ir_assign_virtual_registers_slow() local
718 int n; in ir_compute_live_ranges() local
1241 uint32_t b, i, j, k, n, succ; in ir_compute_live_ranges() local
1299 ir_ref n, *p; in ir_compute_live_ranges() local
1336 int n; in ir_compute_live_ranges() local
2024 ir_ref i, n; in ir_coalesce() local
2064 uint32_t b, i, n; in ir_compute_dessa_moves() local
2110 uint32_t succ, k, n = 0; in ir_gen_dessa_moves() local
3432 ir_ref n = use_list->count; in ir_ival_spill_for_fuse_load() local
3523 ir_ref n, *p; in ir_linear_scan() local
[all …]
H A Dir_sccp.c112 ir_ref j, n, input, *merge_input, *p; in ir_sccp_meet_phi() local
293 ir_ref *p, n = use_list->count; in ir_find1() local
326 ir_ref j, n, *p; in ir_sccp_make_nop() local
340 ir_ref j, n, *p; in ir_sccp_remove_insn() local
363 ir_ref j, n, *p; in ir_sccp_remove_insn2() local
388 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn() local
445 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
529 ir_ref n, j, *p, use; in ir_sccp_fold2() local
609 ir_ref i, j, n, k, *p, use; in ir_sccp_remove_unfeasible_merge_inputs() local
1109 ir_ref n, *p, use, op_ref; in ir_try_promote_ext() local
[all …]
H A Dir_cfg.c14 ir_ref *p, use, n = use_list->count; in _ir_add_successors() local
43 ir_ref n, ref; in _ir_add_predecessors() local
62 ir_ref n, *p, ref, start, end, next; in ir_build_cfg() local
302 uint32_t i, *p, *q, n = 0; in ir_remove_predecessor() local
320 ir_ref i, j, n, k, *p, use; in ir_remove_merge_input() local
450 uint32_t n = 1; in ir_remove_unreachable_blocks() local
878 uint32_t i, j, n, count; in ir_find_loops() local
1280 uint32_t n = bb->predecessors_count; in ir_schedule_blocks_bottom_up() local
1329 uint32_t n = bb->successors_count; in ir_schedule_blocks_bottom_up() local
1799 uint32_t n = bb->predecessors_count; in ir_schedule_blocks() local
H A Dir_gcm.c22 ir_ref n, *p, input; in ir_gcm_schedule_early() local
161 uint32_t *p, i, n = bb->successors_count; in _check_successors() local
185 ir_ref n, *p, use; in ir_split_partially_dead_node() local
204 ir_ref n = insn->inputs_count - 1; in ir_split_partially_dead_node() local
310 ir_ref n = insn->inputs_count - 1; in ir_split_partially_dead_node() local
443 ir_ref n, use; in ir_gcm_schedule_late() local
466 ir_ref n = insn->inputs_count - 1; in ir_gcm_schedule_late() local
496 ir_ref n, *p, use; in ir_gcm_schedule_late() local
511 ir_ref k, n, *p, ref; in ir_gcm() local
904 ir_ref n, j, *p, input; in ir_schedule() local
[all …]
H A Dir.h384 #define IR_OPTX(op, type, n) ((uint32_t)(op) | ((uint32_t)(type) << IR_OPT_TYPE_SHIFT) | ((uint32_t… argument
723 IR_ALWAYS_INLINE ir_ref ir_insn_op(const ir_insn *insn, int32_t n) in ir_insn_op()
729 IR_ALWAYS_INLINE void ir_insn_set_op(ir_insn *insn, int32_t n, ir_ref val) in ir_insn_set_op()
/php-src/ext/phar/
H A Dzip.c195 static char *phar_find_eocd(const char *s, size_t n) in phar_find_eocd()
H A Dphar.c2104 static int php_check_dots(const char *element, size_t n) /* {{{ */ in php_check_dots()
/php-src/Zend/
H A Dzend_string.h185 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, bool pe… in zend_string_safe_alloc()
308 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
/php-src/ext/spl/
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/simplexml/
H A Dsimplexml.c1168 static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
/php-src/ext/standard/
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/ext/hash/
H A Dhash.c388 ssize_t n; in php_hash_do_hash() local
535 ssize_t n; in php_hash_do_hash_hmac() local
726 ssize_t n; in PHP_FUNCTION() local
753 ssize_t n; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
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/ext/ffi/
H A Dffi.c956 int n = 0; in zend_ffi_callback_trampoline() local
972 int n = 0; in zend_ffi_callback_trampoline() local
1032 int n = 0; in zend_ffi_create_callback() local
1677 static ZEND_COLD void zend_ffi_pass_incompatible(zval *arg, zend_ffi_type *type, uint32_t n, zend_e… in zend_ffi_pass_incompatible()
2040 zend_long n; in zend_ffi_cdata_get_debug_info() local
2746 uint32_t n, arg_count; in ZEND_FUNCTION() local
4243 zend_long n = zval_get_long(val); in ZEND_METHOD() local
4922 zend_long n; in ZEND_METHOD() local
5153 static HashTable *zend_fake_get_gc(zend_object *ob, zval **table, int *n) /* {{{ */ in zend_fake_get_gc()
6867 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c167 size_t n; in _bc_rec_mul() 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/sqlite3/
H A Dsqlite3.c2243 static HashTable *php_sqlite3_get_gc(zend_object *object, zval **table, int *n) in php_sqlite3_get_gc()
/php-src/main/
H A Dfastcgi.c765 int n; in fcgi_listen() local
824 int n; in fcgi_set_allowed_clients() local
913 size_t n = 0; in safe_write() local
950 size_t n = 0; in safe_read() local
1206 int ret, n, rest; in fcgi_read() local
/php-src/ext/odbc/
H A Dphp_odbc.c270 #define SAFE_SQL_NTS(n) ((SQLSMALLINT) ((n)?(SQL_NTS):0)) argument

Completed in 211 milliseconds

123456789