Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/ext/standard/
H A Dexec.c440 int k = 0, n = y - 1; in php_escape_shell_arg() local
H A Durl_scanner_ex.c176 #define YYFILL(n) goto done in PHP_INI_END() argument
325 #define YYFILL(n) goto stop argument
/PHP-7.1/Zend/
H A Dzend_compile.h507 #define ZEND_CALL_VAR(call, n) \ argument
510 #define ZEND_CALL_VAR_NUM(call, n) \ argument
513 #define ZEND_CALL_ARG(call, n) \ argument
536 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n) argument
537 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n) argument
539 #define EX_VAR_TO_NUM(n) ((uint32_t)(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))) argument
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()
1024 #define APPEND_DEFAULT_VALUE(n) do { \ argument
/PHP-7.1/ext/hash/
H A Dhash_md.c144 int n; in PHP_NAMED_FUNCTION() local
238 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
H A Dhash_sha.c128 int n; in PHP_FUNCTION() local
172 #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.1/ext/zip/lib/
H A Dzip_source_win32handle.c147 zip_uint64_t n; in _win32_read_file() local
/PHP-7.1/main/streams/
H A Dfilter.c255 size_t n; in php_stream_filter_create() local
H A Dtransports.c63 size_t n = 0; in _php_stream_xport_create() local
/PHP-7.1/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.1/ext/fileinfo/libmagic/
H A Dfuncs.c315 #define OCTALIFY(n, o) \ argument
/PHP-7.1/ext/gd/libgd/
H A Dgdft.c217 int i, n = 0; in gdTcl_UtfToUniChar() local
368 int n; local
/PHP-7.1/ext/sockets/
H A Dsendrecvmsg.c282 n = 0; in PHP_FUNCTION() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c354 ISC_INT64 n, f = scales[-var->sqlscale]; in firebird_stmt_get_col() local
/PHP-7.1/ext/date/
H A Dphp_date.c2227 static HashTable *date_object_get_gc(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
2234 static HashTable *date_object_get_gc_timezone(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2455 static HashTable *date_object_get_gc_interval(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
2477 #define PHP_DATE_INTERVAL_ADD_PROPERTY(n,f) \ in date_object_get_properties_interval() argument
4162 #define GET_VALUE_FROM_STRUCT(n,m) \ in date_interval_read_property() argument
4232 #define SET_VALUE_FROM_STRUCT(n,m) \ in date_interval_write_property() argument
5067 static HashTable *date_object_get_gc_period(zval *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/PHP-7.1/ext/date/lib/
H A Dtimelib_structs.h149 # define TIMELIB_LL_CONST(n) n ## i64 argument
153 # define TIMELIB_LL_CONST(n) n ## ll argument
H A Dparse_iso_intervals.c76 #define YYFILL(n) return EOI; argument
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c1748 int n; in php_openssl_enable_crypto() local
2109 int n; in php_openssl_sockop_close() local
2339 int n; in php_openssl_sockop_set_option() local
/PHP-7.1/ext/zip/
H A Dphp_zip.c141 int n, len, ret; in php_zip_extract_file() local
502 size_t n; in php_zip_glob() local
1280 int n = 0; in PHP_NAMED_FUNCTION() local
2709 int n = 0; in php_zip_get_from() local
/PHP-7.1/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()
537 size_t n = 0; in PHP_INI_BEGIN() local
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c806 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1507 char *n = p; in normalize_vpath() local
1514 char *n = p; in normalize_vpath() local
2521 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-7.1/ext/soap/
H A Dphp_encoding.c681 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_string() local
714 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringr() local
747 int n = xmlCharEncOutFunc(SOAP_GLOBAL(encoding), out, in); in to_zval_stringc() local
868 int n = xmlCharEncInFunc(SOAP_GLOBAL(encoding), out, in); in to_xml_string() local
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c475 zend_op *m, *n; in zend_optimizer_replace_by_const() local

Completed in 145 milliseconds

12345678910