smart_str_append_unsigned_ex 1890 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 1904 ext/oci8/oci8.c 			smart_str_append_unsigned_ex(&hashed_details, charsetid, 0);
smart_str_append_unsigned_ex 1917 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0);
smart_str_append_unsigned_ex 1922 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&hashed_details, session_mode, 0);
smart_str_append_unsigned_ex 2983 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&spool_hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 2992 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)