Home
last modified time | relevance | path

Searched defs:n (Results 151 – 175 of 221) sorted by relevance

123456789

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h205 #define memcmp(s,c,n) _memcmp(s,c,n) argument
206 #define memcpy(d,s,n) _memcpy(d,s,n) argument
207 #define memmove(d,s,n) _memmove(d,s,n) argument
208 #define memset(s,c,n) _memset(s,c,n) argument
1898 #define MAPBIT(map,n) ((map)[(n)/32]&(1u<<((n)%32))) argument
1899 #define MAPSET(map,n) ((map)[(n)/32]|=(1u<<((n)%32))) argument
/php-src/ext/gd/libgd/
H A Dgd_filter.c57 unsigned int n; in gdImageScatterEx() local
H A Dgd.c1547 long lsqrt (long n) in lsqrt()
2604 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2615 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2644 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/php-src/ext/gmp/
H A Dgmp.stub.php186 function gmp_binomial(GMP|int|string $n, int $k): GMP {}
/php-src/ext/calendar/
H A Dcalendar.c361 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/php-src/ext/standard/
H A Dfilestat.c839 int groups, n, i; in php_stat() local
H A Dpack.c503 char n = *v++; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c824 int n; in php_stream_ftp_url_stat() local
/php-src/Zend/
H A Dzend_interfaces.c184 ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zval **table, int *n) in zend_user_it_get_gc()
H A Dzend_closures.c683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_ast.c435 static inline bool is_power_of_two(uint32_t n) { in is_power_of_two()
1729 #define APPEND_DEFAULT_VALUE(n) do { \ argument
/php-src/main/streams/
H A Dxp_socket.c216 int n; in php_sockop_close() local
/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 Dfunc_interceptors.c353 int groups, n, i; in phar_fancy_stat() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h355 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument
356 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument
357 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c770 static inline zend_long safe_shift_left(zend_long n, zend_long s) { in safe_shift_left()
774 static inline bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows()
1738 int j, n; in zend_infer_ranges_warmup() local
/php-src/ext/zip/
H A Dphp_zip.c131 int n, ret; in php_zip_extract_file() local
626 size_t n; in php_zip_glob() local
1330 int n = 0; in PHP_FUNCTION() local
2886 int n = 0; local
/php-src/sapi/cli/
H A Dphp_cli_server.c892 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1569 char *n = p; in normalize_vpath() local
1576 char *n = p; in normalize_vpath() local
2746 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/php-src/ext/date/
H A Dphp_date.c1913 static HashTable *date_object_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
1920 static HashTable *date_object_get_gc_timezone(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2184 static HashTable *date_object_get_gc_interval(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
2205 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_interval_object_to_hash() argument
4505 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4554 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
5660 static HashTable *date_object_get_gc_period(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c539 #define OCTALIFY(n, o) \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit.c1191 int b, n, *p; in zend_jit_compute_post_order() local
1315 int n = zend_jit_compute_post_order(&ssa->cfg, 0, sorted_blocks); in zend_jit() local
/php-src/ext/soap/
H A Dphp_http.c383 int n; in make_http_soap_request() local
/php-src/ext/date/lib/
H A Dtimelib.h133 # define TIMELIB_LL_CONST(n) n ## i64 argument
137 # define TIMELIB_LL_CONST(n) n ## ll argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.h223 static inline unsigned char* mb_convert_buf_appendn(unsigned char *out, const char *s, size_t n) in mb_convert_buf_appendn()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1639 int fd, n; in fpm_conf_load_ini_file() local

Completed in 211 milliseconds

123456789