Lines Matching refs:zend_bool

393 void php_mysqlnd_greet_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC)  in php_mysqlnd_greet_free_mem()
510 void php_mysqlnd_auth_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_auth_free_mem()
593 php_mysqlnd_ok_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_ok_free_mem()
676 void php_mysqlnd_eof_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_eof_free_mem()
750 void php_mysqlnd_cmd_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_cmd_free_mem()
866 void php_mysqlnd_rset_header_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_rset_header_free_mem()
1097 void php_mysqlnd_rset_field_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_rset_field_free_mem()
1112 size_t *data_size, zend_bool persistent_alloc, in php_mysqlnd_read_row_ex()
1118 zend_bool first_iteration = TRUE; in php_mysqlnd_read_row_ex()
1196 zend_bool persistent, in php_mysqlnd_rowp_read_binary_protocol()
1197 zend_bool as_unicode, zend_bool as_int_or_float, in php_mysqlnd_rowp_read_binary_protocol()
1296 zend_bool persistent, in php_mysqlnd_rowp_read_text_protocol()
1297 zend_bool as_unicode, zend_bool as_int_or_float, in php_mysqlnd_rowp_read_text_protocol()
1301 zend_bool last_field_was_string = FALSE; in php_mysqlnd_rowp_read_text_protocol()
1409 zend_bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol()
1623 php_mysqlnd_rowp_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_rowp_free_mem()
1673 void php_mysqlnd_stats_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_stats_free_mem()
1769 php_mysqlnd_prepare_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_prepare_free_mem()
1832 php_mysqlnd_chg_user_free_mem(void *_packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_chg_user_free_mem()
1917 MYSQLND_METHOD(mysqlnd_protocol, get_greet_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool per… in MYSQLND_METHOD()
1932 MYSQLND_METHOD(mysqlnd_protocol, get_auth_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool pers… in MYSQLND_METHOD()
1947 MYSQLND_METHOD(mysqlnd_protocol, get_ok_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persis… in MYSQLND_METHOD()
1962 MYSQLND_METHOD(mysqlnd_protocol, get_eof_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persi… in MYSQLND_METHOD()
1977 MYSQLND_METHOD(mysqlnd_protocol, get_command_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool p… in MYSQLND_METHOD()
1992 …nd_protocol, get_rset_header_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRML… in MYSQLND_METHOD()
2007 …d_protocol, get_result_field_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRML… in MYSQLND_METHOD()
2022 MYSQLND_METHOD(mysqlnd_protocol, get_row_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persi… in MYSQLND_METHOD()
2037 MYSQLND_METHOD(mysqlnd_protocol, get_stats_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool per… in MYSQLND_METHOD()
2052 …otocol, get_prepare_response_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRML… in MYSQLND_METHOD()
2067 …ol, get_change_user_response_packet)(MYSQLND_PROTOCOL * const protocol, zend_bool persistent TSRML… in MYSQLND_METHOD()
2098 mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC) in mysqlnd_protocol_init()
2122 zend_bool pers = protocol->persistent; in mysqlnd_protocol_free()