Home
last modified time | relevance | path

Searched defs:result (Results 151 – 175 of 211) sorted by relevance

123456789

/php-src/ext/pdo_mysql/
H A Dmysql_driver.c276 MYSQL_RES* result; in mysql_handle_doer() local
/php-src/ext/sqlite3/
H A Dsqlite3.c546 php_sqlite3_result *result; in PHP_METHOD() local
1774 php_sqlite3_result *result; in PHP_METHOD() local
2010 static void sqlite3result_clear_column_names_cache(php_sqlite3_result *result) { in sqlite3result_clear_column_names_cache()
/php-src/ext/spl/
H A Dspl_heap.c124 …helper(zval *object, spl_heap_object *heap_object, zval *a, zval *b, zend_long *result) { /* {{{ */ in spl_ptr_heap_cmp_cb_helper()
140 static void spl_pqueue_extract_helper(zval *result, spl_pqueue_elem *elem, int flags) /* {{{ */ in spl_pqueue_extract_helper()
H A Dphp_spl.c237 zval result; in spl_autoload() local
H A Dspl_directory.c2544 int result; in PHP_METHOD() local
2585 int result, num_varargs = 0; in PHP_METHOD() local
2744 zend_result result = spl_filesystem_file_read_line(ZEND_THIS, intern, false); in PHP_METHOD() local
H A Dspl_iterators.c1220 zend_string *result = zend_string_concat3( in PHP_METHOD() local
1259 zend_string *result = zend_string_concat3( in PHP_METHOD() local
1827 zend_string *result, *subject; in PHP_METHOD() local
3195 int result; in spl_iterator_func_apply() local
H A Dspl_array.c887 int result = 0; in spl_array_compare_objects() local
1703 int result; in PHP_METHOD() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c810 int result = 0; in convert_glob() local
/php-src/ext/com_dotnet/
H A Dcom_com.c775 DWORD result; in PHP_FUNCTION() local
/php-src/ext/exif/
H A Dexif.c2702 static void exif_process_SOFn (uchar *Data, int marker, jpeg_sof_info *result) in exif_process_SOFn()
2987 static int exif_process_undefined(char **result, char *value, size_t byte_count) { in exif_process_undefined()
3003 static int exif_process_string_raw(char **result, char *value, size_t byte_count) { in exif_process_string_raw()
3021 static int exif_process_string(char **result, char *value, size_t byte_count) { in exif_process_string()
3589 bool result; in exif_process_IFD_TAG() local
4275 bool result; in exif_process_IFD_in_TIFF() local
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h58 BIND_BUFFER result; member
/php-src/ext/standard/
H A Dpassword.c180 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local
H A Dfile.c946 int result = php_stream_getc(stream); in PHP_FUNCTION() local
959 int result, argc = 0; in PHP_FUNCTION() local
/php-src/ext/soap/
H A Dphp_schema.c2285 zend_result result = zend_hash_move_forward_ex(type->attributes, &pos); in schema_type_fixup() local
2289 zend_result result = zend_hash_index_del(type->attributes, index); in schema_type_fixup() local
/php-src/Zend/
H A Dzend_object_handlers.c1064 int result; in zend_std_has_dimension() local
1815 int result; in zend_std_has_property() local
H A Dzend_closures.c554 zval result; in zend_closure_clone() local
H A Dzend_ini.c53 zend_result result = FAILURE; in zend_restore_ini_entry_cb() local
/php-src/ext/hash/
H A Dhash.c994 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
1118 int result = 0; in PHP_FUNCTION() local
/php-src/ext/pdo/
H A Dpdo_stmt.c2326 zval *result = row_prop_read(object, member, type, NULL, rv); in row_dim_read() local
2397 int result = row_prop_exists(object, member, check_empty, NULL); in row_dim_exists() local
/php-src/win32/
H A Dioutil.c263 int result = -1; in php_win32_ioutil_close() local
/php-src/Zend/Optimizer/
H A Ddfa_pass.c285 bool result = ce && safe_instanceof(use_info->ce, ce); in can_elide_list_type() local
/php-src/ext/xsl/
H A Dxsltprocessor.c39 …int result = xsltQuoteOneUserParam(ctxt, (const xmlChar *) ZSTR_VAL(string_key), (const xmlChar *)… in php_xsl_xslt_apply_params() local
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c25 uint32_t b, result; in ir_gcm_schedule_early() local
/php-src/main/
H A Drfc1867.c489 char *result = emalloc(len + 1); in substring_conf() local
H A Dnetwork.c385 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)

Completed in 134 milliseconds

123456789