Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/phar/
H A Dzip.c164 static char *phar_find_eocd(const char *s, size_t n) in phar_find_eocd()
H A Dfunc_interceptors.c457 int groups, n, i; in phar_fancy_stat() local
/PHP-7.4/ext/standard/
H A Dfilestat.c845 int groups, n, i; in php_stat() local
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.4/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.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
461 size_t n = 0; in PHP_INI_BEGIN() local
/PHP-7.4/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.4/ext/pdo_oci/
H A Doci_statement.c403 size_t n; in oci_stmt_param_hook() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c403 uint32_t *hash_slot, n; in accel_interned_strings_restore_state() local
1623 int n = 1; in zend_accel_get_auto_globals() local
1646 int n = 1; in zend_accel_set_auto_globals() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c1523 int fd, n; in fpm_conf_load_ini_file() local
/PHP-7.4/Zend/
H A Dzend_operators.h189 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_closures.c602 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_generators.c327 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_API.c1442 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1529 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1609 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
1722 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
3552 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
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1577 long lsqrt (long n) in lsqrt()
2634 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2645 void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageOpenPolygon()
2674 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h985 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
H A Dpcre2_internal.h187 #define memcmp(s,c,n) _memcmp(s,c,n) argument
188 #define memcpy(d,s,n) _memcpy(d,s,n) argument
189 #define memmove(d,s,n) _memmove(d,s,n) argument
190 #define memset(s,c,n) _memset(s,c,n) argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c526 …name(const zend_op_array *op_array, uint32_t build_flags, zend_ssa *ssa, int *var, int n) /* {{{ */ in zend_ssa_rename()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c149 static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval **table, int *n) /* {{{{ */ in spl_fixedarray_object_get_gc()
/PHP-7.4/ext/openssl/
H A Dopenssl.c614 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
2165 unsigned int n; in php_openssl_x509_fingerprint() local
4231 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4858 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c181 int n; in date_from_ISO8601() local
/PHP-7.4/ext/dom/
H A Dnode.c1369 xmlNode *n, *node; in PHP_FUNCTION() local

Completed in 168 milliseconds

123456789