Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/main/streams/
H A Dfilter.c225 size_t n; in php_stream_filter_create() local
H A Dtransports.c63 size_t n = 0; in _php_stream_xport_create() local
H A Dxp_socket.c188 int n; in php_sockop_close() local
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c609 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_del() local
647 zend_ulong n; in realpath_cache_add() local
683 zend_ulong n = key % (sizeof(CWDG(realpath_cache)) / sizeof(CWDG(realpath_cache)[0])); in realpath_cache_find() local
H A Dzend_ini_scanner.c49 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_ast.c177 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
1025 #define APPEND_DEFAULT_VALUE(n) do { \ argument
/PHP-7.2/sapi/apache2handler/
H A Dapache_config.c149 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c349 #define OCTALIFY(n, o) \ argument
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c176 #define YYFILL(n) goto done in PHP_INI_END() argument
325 #define YYFILL(n) goto stop argument
H A Dfilestat.c839 int groups, n, i; in php_stat() local
/PHP-7.2/ext/gd/libgd/
H A Dgdft.c217 int i, n = 0; in gdTcl_UtfToUniChar() local
368 int n; local
/PHP-7.2/ext/sockets/
H A Dsendrecvmsg.c282 n = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_statement.c354 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.c811 int i, j, k, n; in zend_cfg_identify_loops() local
/PHP-7.2/ext/hash/
H A Dhash_sha.c129 int n; in PHP_FUNCTION() local
173 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dhash_haval.c139 #define ROTR(x,n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c58 #define YYFILL(n) return EOI; argument
H A Dtimelib.h127 # define TIMELIB_LL_CONST(n) n ## i64 argument
131 # define TIMELIB_LL_CONST(n) n ## ll argument
/PHP-7.2/ext/date/
H A Dphp_date.c2265 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
2272 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2480 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
2502 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
4182 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4252 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
5151 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/PHP-7.2/ext/zip/
H A Dphp_zip.c146 int n, len, ret; in php_zip_extract_file() local
522 size_t n; in php_zip_glob() local
1303 int n = 0; in PHP_NAMED_FUNCTION() local
2821 int n = 0; in php_zip_get_from() local
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c1828 int n; in php_openssl_enable_crypto() local
2187 int n; in php_openssl_sockop_close() local
2419 int n = SSL_peek(sslsock->ssl_handle, &buf, sizeof(buf)); in php_openssl_sockop_set_option() local
/PHP-7.2/ext/curl/
H A Dinterface.c98 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
535 size_t n = 0; in PHP_INI_BEGIN() local
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c805 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1481 char *n = p; in normalize_vpath() local
1488 char *n = p; in normalize_vpath() local
2487 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-7.2/ext/soap/
H A Dphp_encoding.c669 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
702 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
735 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
856 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
/PHP-7.2/ext/pdo_oci/
H A Doci_statement.c404 size_t n; in oci_stmt_param_hook() local

Completed in 148 milliseconds

12345678910