Home
last modified time | relevance | path

Searched refs:wide_strlen (Results 1 – 13 of 13) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLGetDiagFieldW.c335 … *string_length_ptr = wide_strlen( head -> diag_dynamic_function ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
620 … *string_length_ptr = wide_strlen( ptr -> diag_class_origin ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
648 … *string_length_ptr = wide_strlen( ptr -> diag_connection_name ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
668 if ( buffer_length >= wide_strlen( str ) + 1 ) in extract_sql_error_field_w()
681 *string_length_ptr = wide_strlen( str ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
715 … *string_length_ptr = wide_strlen( ptr -> diag_server_name ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
735 if ( buffer_length >= wide_strlen( str ) + 1 ) in extract_sql_error_field_w()
755 *string_length_ptr = wide_strlen( str ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
768 … *string_length_ptr = wide_strlen( ptr -> diag_subclass_origin ) * sizeof( SQLWCHAR ); in extract_sql_error_field_w()
H A DSQLNativeSqlW.c163 s1 = malloc(( wide_strlen( sz_sql_str_in ) * 2 ) + 100 ); in SQLNativeSqlW()
334 s1 = malloc( wide_strlen( sz_sql_str ) * 2 + 100 ); in SQLNativeSqlW()
342 s1 = malloc( wide_strlen( sz_sql_str ) * 2 + 100 ); in SQLNativeSqlW()
H A DSQLGetDiagRecW.c227 if ( buffer_length < wide_strlen( ptr -> msg ) + 1 ) in extract_sql_error_rec_w()
251 *text_length = wide_strlen( ptr -> msg ); in extract_sql_error_rec_w()
369 if ( buffer_length < wide_strlen( ptr -> msg ) + 1 ) in extract_sql_error_rec_w()
393 *text_length = wide_strlen( ptr -> msg ); in extract_sql_error_rec_w()
H A DSQLGetDiagField.c357 *string_length_ptr = wide_strlen( head -> diag_dynamic_function ); in extract_sql_error_field()
652 *string_length_ptr = wide_strlen( ptr -> diag_class_origin ); in extract_sql_error_field()
680 *string_length_ptr = wide_strlen( ptr -> diag_connection_name ); in extract_sql_error_field()
752 *string_length_ptr = wide_strlen( ptr -> diag_server_name ); in extract_sql_error_field()
811 *string_length_ptr = wide_strlen( ptr -> diag_subclass_origin ); in extract_sql_error_field()
H A DSQLErrorW.c223 if ( message_text && buffer_length < wide_strlen( err -> msg ) + 1 ) in local_extract_sql_error_w()
247 *text_length = wide_strlen( err -> msg ); in local_extract_sql_error_w()
H A DSQLDriverConnectW.c146 len = wide_strlen( str ); in __parse_connection_string_w()
718 len = wide_strlen( conn_str_in ); in SQLDriverConnectW()
891 if ( conn_str_out && wide_strlen( conn_str_out ) > 64 ) in SQLDriverConnectW()
H A DSQLBrowseConnectW.c387 in_str_len = wide_strlen(in_str); in SQLBrowseConnectW()
392 in_str_len = len_conn_str_in == SQL_NTS ? wide_strlen(in_str) : len_conn_str_in; in SQLBrowseConnectW()
H A DSQLPrepareW.c145 s1 = malloc( wide_strlen( statement_text ) + 100 ); in SQLPrepareW()
H A DSQLExecDirectW.c157 s1 = malloc( wide_strlen( statement_text ) * 2 + LOG_MESSAGE_LEN * 2 ); in SQLExecDirectW()
H A DSQLConnectW.c251 len = wide_strlen( server_name ); in SQLConnectW()
H A D__info.c695 len = wide_strlen( str ); in unicode_to_ansi_alloc()
722 buffer_len = wide_strlen( src ); in unicode_to_ansi_copy()
3181 if ( ( i = wide_strlen( instr ) ) < LOG_MESSAGE_LEN ) in __wstring_with_length()
3712 int wide_strlen( SQLWCHAR *str1 ) in wide_strlen() function
H A Ddrivermanager.h729 int wide_strlen( SQLWCHAR *str1 );
/dports/security/chntpw/chntpw-140201/
H A Dntreg.c3649 int wide_strlen(char *s) in wide_strlen() function
3942 wl = wide_strlen(wline); in import_reg()
3943 walstr = realloc(walstr, wide_strlen(walstr) + wl + 4); in import_reg()
4046 ALLOC(walstr, 1, wide_strlen(wline)); in import_reg()
4047 memcpy(walstr, wline, wide_strlen(wline)); in import_reg()