Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c813 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1489 char *n = p; in normalize_vpath() local
1496 char *n = p; in normalize_vpath() local
2500 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-7.3/ext/standard/
H A Dfilestat.c837 int groups, n, i; in php_stat() local
H A Dformatted_print.c309 size_t width, char padding, size_t alignment, int n, in php_sprintf_append2n()
H A Dvar_unserializer.c311 #define YYFILL(n) do { } while (0) argument
H A Dftp_fopen_wrapper.c837 int n; in php_stream_ftp_url_stat() local
H A Dvar.c36 uint32_t n; member
/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c402 size_t n; in oci_stmt_param_hook() local
/PHP-7.3/ext/calendar/
H A Dcalendar.c511 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars()
/PHP-7.3/main/streams/
H A Dxp_socket.c186 int n; in php_sockop_close() local
/PHP-7.3/ext/date/lib/
H A Dtimelib.h129 # define TIMELIB_LL_CONST(n) n ## i64 argument
133 # define TIMELIB_LL_CONST(n) n ## ll argument
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h375 #define IS_PRI_KEY(n) ((n) & PRI_KEY_FLAG) argument
376 #define IS_NOT_NULL(n) ((n) & NOT_NULL_FLAG) argument
377 #define IS_BLOB(n) ((n) & BLOB_FLAG) argument
H A Dmysqlnd_libmysql_compat.h62 #define mysql_kill(r,n) mysqlnd_kill((r), (n)) argument
/PHP-7.3/Zend/
H A Dzend_operators.h192 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_API.c1354 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1441 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1528 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
1712 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
3561 uint32_t n = 1; in zend_fcall_info_args_ex() local
H A Dzend_closures.c567 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_generators.c309 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_language_scanner.l52 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c1523 int fd, n; in fpm_conf_load_ini_file() local
/PHP-7.3/ext/gd/libgd/
H A Dgd.c1577 long lsqrt (long n) in lsqrt()
2641 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2652 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2681 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c770 zend_op *m, *n; in zend_optimizer_replace_by_const() local
H A Dzend_inference.c538 static inline zend_bool shift_left_overflows(zend_long n, zend_long s) { in shift_left_overflows()
1652 int j, n; in zend_infer_ranges_warmup() local
H A Dzend_ssa.c527 …name(const zend_op_array *op_array, uint32_t build_flags, zend_ssa *ssa, int *var, int n) /* {{{ */ in zend_ssa_rename()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c457 int groups, n, i; in phar_fancy_stat() local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h185 #define memcmp(s,c,n) _memcmp(s,c,n) argument
186 #define memcpy(d,s,n) _memcpy(d,s,n) argument
187 #define memmove(d,s,n) _memmove(d,s,n) argument
188 #define memset(s,c,n) _memset(s,c,n) argument
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c144 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()

Completed in 276 milliseconds

12345678910