Home
last modified time | relevance | path

Searched defs:result (Results 126 – 150 of 211) sorted by relevance

123456789

/php-src/ext/standard/
H A Dmd5.c339 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dscanf.c579 int i, result; in php_sscanf_internal() local
H A Ddir.c337 char *result; in PHP_FUNCTION() local
H A Dbasic_functions.c629 const char* result = inet_ntop(AF_INET, &myaddr, str, sizeof(str)); in PHP_FUNCTION() local
675 zend_string *result = zend_string_init(ptr, strlen(ptr), 0); in php_getenv() local
885 static int parse_opts(char * opts, opt_struct ** result)
/php-src/main/streams/
H A Dcast.c144 void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, char *result) in php_stream_mode_sanitize_fdopen_fopencookie()
H A Dplain_wrapper.c583 zend_off_t result; in php_stdiop_seek() local
1022 struct dirent *result; in php_plain_files_dirstream_read() local
/php-src/ext/readline/
H A Dreadline.c123 char *result; in PHP_FUNCTION() local
/php-src/ext/random/
H A Dphp_random.h94 const uint64_t result; member
/php-src/ext/dom/
H A Dxml_serializer.c182 const xmlChar *result = dom_xml_local_prefix_map_find(map, prefix, prefix_len); in dom_xml_local_prefix_map_conflicts() local
1173 …int result = dom_xml_serialization_algorithm(ctxt, out, &namespace_prefix_map, node, namespace, &p… in dom_xml_serialize() local
/php-src/ext/gmp/
H A Dgmp.c374 static zend_result gmp_do_operation_ex(uint8_t opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation_ex()
411 static zend_result gmp_do_operation(uint8_t opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation()
433 zval result; in gmp_compare() local
649 static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ in gmp_strval()
1669 int result; in ZEND_FUNCTION() local
/php-src/ext/phar/
H A Ddirstream.c158 int result = zend_binary_strcmp( in phar_compare_dir_name() local
/php-src/ext/pgsql/
H A Dphp_pgsql.h162 PGresult *result; member
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c669 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) /* {{{ */ in pdo_mysql_stmt_get_col()
H A Dphp_pdo_mysql_int.h121 MYSQL_RES *result; member
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/ext/mbstring/
H A Dmbstring.c460 …zend_string *result = mb_fast_convert((unsigned char*)from, from_length, (const mbfl_encoding*)enc… in php_mb_zend_encoding_converter() local
565 char *result = emalloc(len + 2); in php_mb_rfc1867_substring_conf() local
1313 smart_str result = {0}; in PHP_FUNCTION() local
1897 size_t result; in mb_find_strpos() local
2281 size_t result = 0; in PHP_FUNCTION() local
2367 mbfl_string string, result, *ret; in PHP_FUNCTION() local
2696 …zend_string *result = mb_fast_convert((unsigned char*)input, length, from_encoding, to_encoding, M… in php_mb_convert_encoding_ex() local
5531 bool result = mb_fast_check_utf8(str); in mb_check_str_encoding() local
5870 zend_string *result = zend_string_alloc(ZSTR_LEN(input) + left_pad_bytes + right_pad_bytes, false); in PHP_FUNCTION() local
5890 ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0'; in PHP_FUNCTION() local
H A Dphp_unicode.c71 bool result = false; in php_unicode_is_prop() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c494 static int pgsql_stmt_get_col(pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pgsql_stmt_get_col()
H A Dphp_pdo_pgsql_int.h57 PGresult *result; member
/php-src/ext/hash/
H A Dhash_sha3.c77 char result = LFSR & 0x01; in LFSR86540() local
/php-src/ext/sockets/
H A Dsendrecvmsg.c381 int php_do_getsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *result) in php_do_getsockopt_ipv6_rfc3542()
/php-src/ext/dba/libinifile/
H A Dinifile.c131 char *result; in inifile_key_string() local
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c254 ITypeLib* result; in php_com_cache_typelib() local
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c221 …phpdbg_btree_result *result = phpdbg_btree_find_closest(tree, (zend_ulong) phpdbg_get_page_boundar… in phpdbg_check_for_watchpoint() local
1200 phpdbg_btree_result *result; local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h72 } result; member

Completed in 116 milliseconds

123456789