smart_str_append_unsigned_ex 1892 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 1906 ext/oci8/oci8.c 			smart_str_append_unsigned_ex(&hashed_details, charsetid, 0);
smart_str_append_unsigned_ex 1919 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0);
smart_str_append_unsigned_ex 1924 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&hashed_details, session_mode, 0);
smart_str_append_unsigned_ex 2985 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&spool_hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 2994 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0);
smart_str_append_unsigned_ex   94 ext/standard/php_smart_str.h 	smart_str_append_unsigned_ex((dest), (val), 0)