smart_str_append_unsigned_ex   42 Zend/zend_smart_str.h 	smart_str_append_unsigned_ex((dest), (val), 0)
smart_str_append_unsigned_ex 1888 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 1902 ext/oci8/oci8.c 			smart_str_append_unsigned_ex(&hashed_details, charsetid, 0);
smart_str_append_unsigned_ex 1915 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&hashed_details, charsetid_nls_lang, 0);
smart_str_append_unsigned_ex 1920 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&hashed_details, session_mode, 0);
smart_str_append_unsigned_ex 3010 ext/oci8/oci8.c 		smart_str_append_unsigned_ex(&spool_hashed_details, password_hash, 0);
smart_str_append_unsigned_ex 3019 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0);
smart_str_append_unsigned_ex 1898 sapi/cli/php_cli_server.c 		smart_str_append_unsigned_ex(&buffer, php_cli_server_buffer_size(&client->content_sender.buffer), 1);
smart_str_append_unsigned_ex 2002 sapi/cli/php_cli_server.c 		smart_str_append_unsigned_ex(&buffer, client->request.sb.st_size, 1);