Home
last modified time | relevance | path

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

123456

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.h28 #define UPSERT_STATUS_RESET(status) (status)->m->reset((status)) argument
30 #define UPSERT_STATUS_GET_SERVER_STATUS(status) (status)->server_status argument
31 #define UPSERT_STATUS_SET_SERVER_STATUS(status, server_st) (status)->server_status = (server_st) argument
33 #define UPSERT_STATUS_GET_WARNINGS(status) (status)->warning_count argument
34 #define UPSERT_STATUS_SET_WARNINGS(status, warnings) (status)->warning_count = (warnings) argument
36 #define UPSERT_STATUS_GET_AFFECTED_ROWS(status) (status)->affected_rows argument
37 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
38 #define UPSERT_STATUS_SET_AFFECTED_ROWS_TO_ERROR(status) (status)->m->set_affected_rows_to_error((s… argument
40 #define UPSERT_STATUS_GET_LAST_INSERT_ID(status) (status)->last_insert_id argument
41 #define UPSERT_STATUS_SET_LAST_INSERT_ID(status, id) (status)->last_insert_id = (id) argument
/PHP-8.2/ext/random/
H A Dengine_combinedlcg.c35 static void seed(php_random_status *status, uint64_t seed) in seed()
43 static php_random_result generate(php_random_status *status) in generate()
62 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
67 static bool serialize(php_random_status *status, HashTable *data) in serialize()
80 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dengine_pcgoneseq128xslrr64.c46 static void seed(php_random_status *status, uint64_t seed) in seed()
51 static php_random_result generate(php_random_status *status) in generate()
63 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
68 static bool serialize(php_random_status *status, HashTable *data) in serialize()
85 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Drandom.c77 PHPAPI uint32_t php_random_range32(const php_random_algo *algo, php_random_status *status, uint32_t… in php_random_range32()
133 PHPAPI uint64_t php_random_range64(const php_random_algo *algo, php_random_status *status, uint64_t… in php_random_range64()
231 php_random_status *status = pecalloc(1, sizeof(php_random_status), persistent); in php_random_status_alloc() local
245 PHPAPI void php_random_status_free(php_random_status *status, const bool persistent) in php_random_status_free()
292 PHPAPI zend_long php_random_range(const php_random_algo *algo, php_random_status *status, zend_long… in php_random_range()
314 php_random_status *status = RANDOM_G(mt19937); in php_random_default_status() local
395 php_random_status *status = RANDOM_G(combined_lcg); local
432 php_random_status *status = php_random_default_status(); local
479 php_random_status *status = RANDOM_G(mt19937); local
H A Dengine_secure.c28 static php_random_result generate(php_random_status *status) in generate()
40 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_xoshiro256starstar.c105 static void seed(php_random_status *status, uint64_t seed) in seed()
110 static php_random_result generate(php_random_status *status) in generate()
118 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
123 static bool serialize(php_random_status *status, HashTable *data) in serialize()
136 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dengine_user.c24 static php_random_result generate(php_random_status *status) in generate()
68 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
H A Dengine_mt19937.c142 static void seed(php_random_status *status, uint64_t seed) in seed()
147 static php_random_result generate(php_random_status *status) in generate()
167 static zend_long range(php_random_status *status, zend_long min, zend_long max) in range()
172 static bool serialize(php_random_status *status, HashTable *data) in serialize()
189 static bool unserialize(php_random_status *status, HashTable *data) in unserialize()
H A Dgammasection.c74 …hp_random_gammasection_closed_open(const php_random_algo *algo, php_random_status *status, double … in php_random_gammasection_closed_open()
102 …_random_gammasection_closed_closed(const php_random_algo *algo, php_random_status *status, double … in php_random_gammasection_closed_closed()
134 …hp_random_gammasection_open_closed(const php_random_algo *algo, php_random_status *status, double … in php_random_gammasection_open_closed()
162 … php_random_gammasection_open_open(const php_random_algo *algo, php_random_status *status, double … in php_random_gammasection_open_open()
/PHP-8.2/ext/intl/collator/
H A Dcollator_convert.c37 UErrorCode* status ) in collator_convert_hash_item_from_utf8_to_utf16()
78 UErrorCode* status ) in collator_convert_hash_item_from_utf16_to_utf8()
115 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
134 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
162 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf16_to_utf8() local
181 UErrorCode status = U_ZERO_ERROR; in collator_convert_zstr_utf8_to_utf16() local
205 UErrorCode status = U_ZERO_ERROR; in collator_convert_object_to_string() local
/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_util.c89 #define STRPOS_CHECK_STATUS(status, error) \ argument
105 UErrorCode status; in grapheme_strpos_utf16() local
234 UErrorCode status = U_ZERO_ERROR; in grapheme_split_string() local
273 UErrorCode status = U_ZERO_ERROR; in grapheme_count_graphemes() local
373 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status ) in grapheme_get_break_iterator()
/PHP-8.2/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c124 lxb_status_t status; in lxb_html_document_interface_create() local
433 lxb_status_t status; in lxb_html_document_stylesheet_attach() local
447 lxb_status_t status = LXB_STATUS_OK; in lxb_html_document_stylesheet_apply() local
497 lxb_status_t status = LXB_STATUS_OK; in lxb_html_document_stylesheet_remove() local
546 lxb_status_t status = LXB_STATUS_OK; in lxb_html_document_element_styles_attach() local
699 lxb_status_t status; in lxb_html_document_parse() local
747 lxb_status_t status = lxb_html_document_parser_prepare(document); in lxb_html_document_parse_chunk_begin() local
775 lxb_status_t status; in lxb_html_document_parse_fragment() local
813 lxb_status_t status; in lxb_html_document_parse_fragment_chunk_begin() local
843 lxb_status_t status; in lxb_html_document_parser_prepare() local
[all …]
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtree.c63 lxb_status_t status; in lxb_html_tree_init() local
203 lxb_status_t status; in lxb_html_tree_token_callback() local
395 lxb_status_t status; in lxb_html_tree_insert_foreign_element() local
440 lxb_status_t status; in lxb_html_tree_create_element_for_token() local
463 lxb_status_t status; in lxb_html_tree_append_attributes() local
516 lxb_status_t status; in lxb_html_tree_append_attributes_from_element() local
680 lxb_status_t status; in lxb_html_tree_insert_character() local
838 lxb_status_t status; in lxb_html_tree_create_document_type_from_token() local
1377 lxb_status_t *status) in lxb_html_tree_adoption_agency_algorithm()
1718 lxb_status_t status; in lxb_html_tree_adjust_attributes_mathml() local
[all …]
/PHP-8.2/ext/intl/
H A Dintl_convert.c51 UErrorCode* status ) in intl_convert_utf8_to_utf16()
118 UErrorCode* status ) in intl_convert_utf16_to_utf8()
H A Dintl_convertcpp.cpp24 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status) in intl_stringFromChar()
55 zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status) in intl_charFromString()
/PHP-8.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp52 static bool set_gregorian_calendar_time_zone(GregorianCalendar *gcal, UErrorCode status) in set_gregorian_calendar_time_zone()
90 UErrorCode status = U_ZERO_ERROR; in _php_intlgregcal_constructor_body() local
234 UErrorCode status = U_ZERO_ERROR; in PHP_METHOD() local
269 UErrorCode status = U_ZERO_ERROR; in PHP_METHOD() local
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php914 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {}
920 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {}
945 function pcntl_wifexited(int $status): bool {}
947 function pcntl_wifstopped(int $status): bool {}
950 function pcntl_wifcontinued(int $status): bool {}
953 function pcntl_wifsignaled(int $status): bool {}
955 function pcntl_wexitstatus(int $status): int|false {}
957 function pcntl_wtermsig(int $status): int|false {}
959 function pcntl_wstopsig(int $status): int|false {}
/PHP-8.2/ext/intl/timezone/
H A Dtimezone_methods.cpp59 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
207 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
275 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
312 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
334 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
357 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
/PHP-8.2/ext/intl/normalizer/
H A Dnormalizer_normalize.c90 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
228 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
310 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
/PHP-8.2/ext/bz2/
H A Dbz2_filter.c39 enum strm_status status; /* Decompress option */ member
76 int status; in php_bz2_decompress_filter() local
215 int status; in php_bz2_compress_filter() local
316 int status = BZ_OK; in php_bz2_filter_create() local
/PHP-8.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp127 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
234 void *stackBuffer, int32_t &bufferSize, UErrorCode &status) in createBufferClone()
273 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText()
/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c22 lxb_status_t status; member
630 lxb_status_t status; in lxb_dom_node_by_tag_name() local
803 lxb_status_t status; in lxb_dom_node_by_attr() local
839 lxb_status_t status; in lxb_dom_node_by_attr_begin() local
875 lxb_status_t status; in lxb_dom_node_by_attr_end() local
911 lxb_status_t status; in lxb_dom_node_by_attr_contain() local
1201 lxb_status_t status; in lxb_dom_node_text_content_set() local
/PHP-8.2/ext/zlib/
H A Dzlib_filter.c62 int status; in php_zlib_inflate_filter() local
180 int status; in php_zlib_deflate_filter() local
287 int status; in php_zlib_filter_create() local
/PHP-8.2/ext/standard/
H A Ddns_win32.c49 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
103 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
408 DNS_STATUS status; /* Return value of DnsQuery_A() function */ in PHP_FUNCTION() local
/PHP-8.2/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c105 lxb_status_t status; in lxb_selectors_init() local
416 lxb_status_t status; in lxb_selectors_find_reverse() local
439 lxb_status_t status; in lxb_selectors_find_by_selector() local
601 lxb_status_t status; in lxb_selectors_next_by_selector() local
656 lxb_status_t status; in lxb_selectors_find_by() local
801 lxb_status_t status; in lxb_selectors_find_by_reverse() local

Completed in 65 milliseconds

123456