Home
last modified time | relevance | path

Searched defs:status (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.h30 #define UPSERT_STATUS_RESET(status) (status)->m->reset((status)) argument
32 #define UPSERT_STATUS_GET_SERVER_STATUS(status) (status)->server_status argument
33 #define UPSERT_STATUS_SET_SERVER_STATUS(status, server_st) (status)->server_status = (server_st) argument
35 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count argument
36 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument
38 #define UPSERT_STATUS_GET_AFFECTED_ROWS(status) (status)->affected_rows argument
39 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
40 #define UPSERT_STATUS_SET_AFFECTED_ROWS_TO_ERROR(status) (status)->m->set_affected_rows_to_error((s… argument
42 #define UPSERT_STATUS_GET_LAST_INSERT_ID(status) (status)->last_insert_id argument
43 #define UPSERT_STATUS_SET_LAST_INSERT_ID(status, id) (status)->last_insert_id = (id) argument
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c39 UErrorCode* status ) in collator_convert_hash_item_from_utf8_to_utf16()
80 UErrorCode* status ) in collator_convert_hash_item_from_utf16_to_utf8()
117 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
136 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
164 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf16_to_utf8() local
192 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf8_to_utf16() local
218 UErrorCode status = U_ZERO_ERROR; in collator_convert_object_to_string() local
/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme_util.c112 #define STRPOS_CHECK_STATUS(status, error) \ argument
139 UErrorCode status; in grapheme_strpos_utf16() local
239 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() local
278 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() local
379 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
H A Dgrapheme_string.c62 UErrorCode status; in PHP_FUNCTION() local
384 UErrorCode status; in PHP_FUNCTION() local
783 UErrorCode status; in PHP_FUNCTION() local
/PHP-7.2/ext/intl/
H A Dintl_convert.c53 UErrorCode* status ) in intl_convert_utf8_to_utf16()
120 UErrorCode* status ) in intl_convert_utf16_to_utf8()
H A Dintl_convertcpp.cpp28 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
59 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
H A Dphp_intl.c1049 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() local
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp59 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
221 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
295 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
335 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
360 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
383 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
/PHP-7.2/ext/intl/normalizer/
H A Dnormalizer_normalize.c43 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
179 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c118 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
198 int status, cache; in mbfl_filt_conv_base64dec_flush() local
H A Dmbfilter_utf7imap.c339 int status, cache; in mbfl_filt_conv_wchar_utf7imap_flush() local
/PHP-7.2/ext/bz2/
H A Dbz2_filter.c43 enum strm_status status; /* Decompress option */ member
79 int status; in php_bz2_decompress_filter() local
217 int status; in php_bz2_compress_filter() local
314 int status = BZ_OK; in php_bz2_filter_create() local
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp124 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
231 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone()
270 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
/PHP-7.2/ext/standard/
H A Ddns_win32.c50 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
99 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
397 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
/PHP-7.2/ext/zlib/
H A Dzlib_filter.c66 int status; in php_zlib_inflate_filter() local
183 int status; in php_zlib_deflate_filter() local
285 int status; in php_zlib_filter_create() local
H A Dzlib.c340 int status; in php_zlib_encode() local
377 int status, round = 0; in php_zlib_inflate_rounds() local
426 int status = Z_DATA_ERROR; in php_zlib_decode() local
914 int status; in PHP_FUNCTION() local
1170 int status; in PHP_FUNCTION() local
1457 int status = php_output_get_status(); in PHP_INI_MH() local
/PHP-7.2/ext/filter/
H A Dcallback_filter.c27 int status; in php_filter_callback() local
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp56 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
102 virtual const UnicodeString* snext(UErrorCode& status) in snext()
112 virtual const char* next(int32_t *resultLength, UErrorCode &status) in next()
127 void reset(UErrorCode& status) in reset()
143 UErrorCode status = U_ZERO_ERROR; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
1125 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
/PHP-7.2/ext/intl/idn/
H A Didn.c139 UErrorCode status = U_ZERO_ERROR; in php_intl_idn_to_46() local
204 UErrorCode status; in php_intl_idn_to() local
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_statement.c139 ExecStatusType status; in pgsql_stmt_execute() local
425 ExecStatusType status; in pgsql_stmt_fetch() local
643 ExecStatusType status; in pgsql_stmt_get_column_meta() local
/PHP-7.2/sapi/apache2handler/
H A Dapache_config.c53 char status; member
57 … char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) in real_value_hnd()
87 …st char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) in real_flag_hnd()
/PHP-7.2/ext/intl/locale/
H A Dlocale_methods.c269 UErrorCode status = U_ZERO_ERROR; in get_icu_value_internal() local
396 UErrorCode status = U_ZERO_ERROR; in get_icu_value_src_php() local
499 UErrorCode status = U_ZERO_ERROR; in get_icu_disp_value_src_php() local
691 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
1266 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
1612 UErrorCode status = 0; in PHP_FUNCTION() local
/PHP-7.2/ext/mysqli/
H A Dmysqli_report.c57 void php_mysqli_report_index(const char *query, unsigned int status) { in php_mysqli_report_index()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp567 UErrorCode status = UErrorCode(); in umsg_format_helper() local
611 UErrorCode status = UErrorCode(); in umsg_format_helper() local
657 …MessageFormat *fmt, int *count, zval **args, UChar *source, int32_t source_len, UErrorCode *status) in umsg_parse_helper()
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_helpers.cpp40 UErrorCode status = UErrorCode(); in datefmt_process_calendar_arg() local

Completed in 206 milliseconds

1234